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 1472d55 + 217555d commit e95a12bCopy full SHA for e95a12b
hello.c
@@ -0,0 +1,5 @@
1
+#include<stdio.h>
2
+int main()
3
+{
4
+ printf("Hello World!");
5
+}
0 commit comments