tokyo/test.c
2023-02-27 14:48:04 +08:00

10 lines
113 B
C

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