欢迎进入程序设计的世界!
输出字符串"Hello,world!"
Hello,world!
#include <stdio.h> int main(){ printf("Hello,world!"); return 0; }