tokyo/test.c
oppo-pad-air 05e7a243c7 test
2023-02-27 14:10:53 +08:00

9 lines
89 B
C

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