Signed-off-by: unknown <kevin@lmve.net>
This commit is contained in:
2025-11-24 17:25:19 +08:00
parent 38c65ec2b3
commit 9375f4ab7b
8 changed files with 96 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
#include <stdio.h>
#include <stdlib.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char *argv[]) {
printf("argc:%d",argc);
return 0;
}