#include<stdio.h>
int main()
{

printf("hello world!\n");

return 0;

}

更多推荐

最简单的c语言程序