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.
2 parents acf379f + dae4971 commit a679573Copy full SHA for a679573
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