tokyo/test.c
2023-02-27 19:42:41 +08:00

11 lines
135 B
C

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