summaryrefslogtreecommitdiff
path: root/reference/C/CONTRIB/OR_PRACTICAL_C/01_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'reference/C/CONTRIB/OR_PRACTICAL_C/01_2.c')
-rw-r--r--reference/C/CONTRIB/OR_PRACTICAL_C/01_2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/reference/C/CONTRIB/OR_PRACTICAL_C/01_2.c b/reference/C/CONTRIB/OR_PRACTICAL_C/01_2.c
new file mode 100644
index 0000000..7c852bf
--- /dev/null
+++ b/reference/C/CONTRIB/OR_PRACTICAL_C/01_2.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+main()
+{
+ (void) printf("Hello World\n");
+ return (0);
+}