posts - 1, comments - 0, trackbacks - 0, articles - 0
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

2012年3月10日

#include <iostream>
using namespace std;
int main(void)
{
   cout << "Hello, C++ Blog" << endl;
}

posted @ 2012-03-10 18:29 welcome 阅读(80) | 评论 (0)编辑 收藏