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 dbffc5e commit d0971c4Copy full SHA for d0971c4
hello.c
@@ -0,0 +1,8 @@
1
+#include <stdio.h>
2
+
3
+int main(int argc, char *argv[])
4
+{
5
+ printf("hello world\n");
6
7
+ return 0;
8
+}
0 commit comments