Hello World

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

 

posted @ 2018-05-23 16:20  wawawa8  阅读(75)  评论(0编辑  收藏  举报