tokyo/test.c
2023-03-04 18:03:29 +08:00

14 lines
214 B
C

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