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 c010150 + 46d3ed8 commit e49cbeaCopy full SHA for e49cbea
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