初始工程

This commit is contained in:
2022-04-26 19:55:44 +08:00
parent 238433b948
commit fa7e3054ff
4 changed files with 73 additions and 0 deletions

7
src/main.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main()
{
printf("good night!\n");
return 0;
}