非凡网络
专注互联网小众资源收集与分享
菜单
跳至内容
首页
c语言之helloworld
编程必背,受益终身。
#include <stdio.h>
int main
{
printf(“hello world \n”);
return 0;
}
文章导航
c++语言之helloworld
→