Revisions - HelloWorld

@@ -1 +1,15 @@
 
+CぎHelloWorld
+{{{
+
+#include <stdio.h>
+
+int main(void) {
+  printf("Hello World\n"); // Yay, this prints a cute greeting!
+
+return 0;
+}
+
+}}}
+
+