adds native toolchain
[packages.git] / devel / build-essential / files / usr / src / hello / hello.c
diff --git a/devel/build-essential/files/usr/src/hello/hello.c b/devel/build-essential/files/usr/src/hello/hello.c
new file mode 100644 (file)
index 0000000..e693fd8
--- /dev/null
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+int main(int argc, char **argv)
+{
+       printf("Hello OpenWrt\n");
+
+       return 0;
+}