SkyWorld

Just do what you want
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Hello world

Posted on 2011-09-13 14:34  SkyWorld  阅读(200)  评论(0编辑  收藏  举报
#include <iostream>
using namespace std;

int main()
{
cout
<<"Hello world"<<endl;
return 0;
}