summaryrefslogtreecommitdiff
path: root/examples/hello_subdirs/prog1/prog1.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_subdirs/prog1/prog1.c')
-rw-r--r--examples/hello_subdirs/prog1/prog1.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/hello_subdirs/prog1/prog1.c b/examples/hello_subdirs/prog1/prog1.c
new file mode 100644
index 0000000..33fd57f
--- /dev/null
+++ b/examples/hello_subdirs/prog1/prog1.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main (int argc, char **argv)
+{
+ puts ("Hello World1");
+ return 0;
+}