如何用多种编程语言写出hello world

如题所述

/* example1_1.c在屏幕上请输出字符串*/
#include<stdio.h>
main()
{
printf("Hello,World!\n");
printf("你是个好人\n");

}
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答
大家正在搜