tokyo/test.c
oppo-pad-air 778c5f31e7 testlast
2023-02-27 23:12:47 +08:00

12 lines
156 B
C

#include<stdio.h>
int main()
{
printf("test\n");
printf("test again\n");
printf("test push\n");
/*test test on mac*/
/*testggdhgjhghbj*/
return 0;
}