word
程序员文章站
2022-06-30 20:06:46
# include "stdio.h" int main() { printf("hello world!"); return 0; } ......
# include "stdio.h"
int main()
{
printf("hello world!");
return 0;
}