99问答网
所有问题
用一种编程语言十种方法打出来HELLO WORD
如题所述
举报该问题
其他回答
第1个回答 2017-11-02
HELLO WORLD程序如下:
#include <stdio.h>
main()
{printf("Hello World!\n");
}
第2个回答 2017-11-02
HELLO WORLD程序如下:
#include <stdio.h>
main()
{printf("Hello World!\n");
}
相似回答
大家正在搜