We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a072097 commit 9432b82Copy full SHA for 9432b82
HelloBeginners.c
@@ -0,0 +1,8 @@
1
+#include <stdio.h>
2
+
3
+int main(int argc, char **argv)
4
+{
5
+ if (argc > 1)
6
+ printf("Hello beginners %s\n", argv[1]);
7
+ return 0;
8
+}
0 commit comments