]> Cypherpunks.ru repositories - goredo.git/blobdiff - t/apenwarr/110-compile/hello.c
Import tests from apenwarr/redo and redo.sh
[goredo.git] / t / apenwarr / 110-compile / hello.c
diff --git a/t/apenwarr/110-compile/hello.c b/t/apenwarr/110-compile/hello.c
new file mode 100644 (file)
index 0000000..76bb8fa
--- /dev/null
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main()
+{
+    printf("hello, world!\n");
+    return 0;
+}