我的c++学习(1)hello world!

// texthello.cpp : 定义控制台应用程序的入口点。
//

#include "stdafx.h"
#include<iostream>
using namespace std;
int main(void)
{
    cout<<"hello world!"<<endl;
return 0;
}

 

posted @ 2013-09-06 14:45  哪啊哪啊神去村  阅读(229)  评论(0编辑  收藏  举报