Initial commit
This commit is contained in:
7
dev/c/main.c
Normal file
7
dev/c/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(int argc, char *argv[]){
|
||||
printf("There were %d arguments in %s\n", argc, argv[0]);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user