EMS/main.c

7 lines
97 B
C
Raw Normal View History

2024-10-31 17:52:29 +08:00
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("main test\n");
return 0;
}