We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be80a8 commit a164a06Copy full SHA for a164a06
Hello world Program
@@ -0,0 +1,9 @@
1
+#include <stdio.h>
2
+int main() {
3
+ // printf() displays the string inside quotation
4
+ printf("Hello, World!");
5
+ return 0;
6
+}
7
+
8
+Output
9
+Hello, World!
0 commit comments