码迷,mamicode.com
首页 > 其他好文 > 详细

Hello World

时间:2018-05-23 17:01:54      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:ret   style   turn   span   namespace   color   ++   col   int   

1 #include<bits/stdc++.h>
2 using namespace std;
3 
4 int main(){
5     puts("hello world!");
6     return 0;
7 }

 

Hello World

标签:ret   style   turn   span   namespace   color   ++   col   int   

原文地址:https://www.cnblogs.com/wawawa8/p/9077482.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!