Commit 5546862
2014-02-09 22:15:52
Changed files (1)
hello.c
@@ -0,0 +1,6 @@
+#include "stdio.h"
+
+int main()
+{
+ printf("hello, world\n");
+}