We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf379f commit dae4971Copy full SHA for dae4971
1_hello_world.c
@@ -0,0 +1,6 @@
1
+#include <stdio.h>
2
+
3
+void main () {
4
+ printf("Hello World!");
5
+ return 0;
6
+}
0 commit comments