summaryrefslogtreecommitdiff
path: root/miniany/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/hello.c')
-rw-r--r--miniany/hello.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/miniany/hello.c b/miniany/hello.c
new file mode 100644
index 0000000..ab06506
--- /dev/null
+++ b/miniany/hello.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main()
+{
+ printf("hello, world\n");
+ return 0;
+}