tokyo/test.c
macbook-pro 6eb9589b80 edit
2023-03-04 18:21:38 +08:00

15 lines
216 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;
}