第一个c程序
程序员文章站
2022-05-12 17:01:04
输出hello world
#include
int main()
{
printf("hello word");
return 0;
}...
输出hello world
#include
int main()
{
printf("hello word");
return 0;
}