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