about summary refs log tree commit diff stats
path: root/bash/moon-maker/plan9.c
diff options
context:
space:
mode:
Diffstat (limited to 'bash/moon-maker/plan9.c')
-rw-r--r--bash/moon-maker/plan9.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/bash/moon-maker/plan9.c b/bash/moon-maker/plan9.c
new file mode 100644
index 0000000..596f5dc
--- /dev/null
+++ b/bash/moon-maker/plan9.c
@@ -0,0 +1,9 @@
+#include <u.h>
+#include <libc.h>
+
+void
+main(void)
+{
+  print("hello, world\n");
+  exits(0);
+}
\ No newline at end of file