testonmac

This commit is contained in:
macbook-pro 2023-02-27 19:42:41 +08:00
parent cc6c96c218
commit 1016ac90f5

2
test.c
View File

@ -4,7 +4,7 @@ int main()
printf("test\n"); printf("test\n");
printf("test again\n"); printf("test again\n");
printf("test push\n"); printf("test push\n");
/*test*/ /*test test on mac*/
return 0; return 0;
} }