Not yet working stack checking (symbol STACKCHECK)
[gnokii.git] / gnokii / hello.c
diff --git a/gnokii/hello.c b/gnokii/hello.c
new file mode 100644 (file)
index 0000000..be27e74
--- /dev/null
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(void)
+{
+       puts("hello");
+       return 0;
+}