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 840abba commit 46d3ed8Copy full SHA for 46d3ed8
scripts/hello_world_AzzouN.c
@@ -0,0 +1,10 @@
1
+// LANGUAGE: C
2
+// AUTHOR: Azzeddine NACER
3
+// GITHUB: https://github.com/AzzouN
4
+#include <stdio.h>
5
+#include <stdlib.h>
6
+
7
+int main(int argc, char const *argv[]) {
8
+ printf("Hello, World!");
9
+ return 0;
10
+}
0 commit comments