首页 > 学院 > 开发设计 > 正文

Hello World 新手必会!!

2019-11-08 01:02:27
字体:
来源:转载
供稿:网友
代码如下:
#include<cstdio>  //include<cstdio> 表示打开IO文件int main(){       PRintf("Hello, World!"); //printf 表示打印出……     return 0;}
谢谢大家!!
上一篇:63-进程扇与进程链

下一篇:QT 错误列表

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表