This commit is contained in:
oppo-pad-air 2023-02-27 15:02:43 +08:00
parent e6c21da8f9
commit 079209fe03

1
test.c
View File

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