testmypush

This commit is contained in:
oppo-pad-air 2023-02-27 14:48:04 +08:00
parent 05e7a243c7
commit e6c21da8f9

1
test.c
View File

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