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

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

 

相关文章: