change main.c

This commit is contained in:
ShallowGreen123
2022-06-13 22:17:28 +08:00
parent a800b2fa85
commit 80c1cd2ed9

3
main.c
View File

@@ -1,5 +1,6 @@
#include <stdio.h>
int main(){
int main()
{ printf("hello world\n");
return 0;
}