tokyo/test.c
oppo-pad-air 079209fe03 test
2023-02-27 15:02:43 +08:00

11 lines
123 B
C

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