创建HellowWorld

2018-01-13  本文已影响0人  Kyle_An
#include "stdafx.h"

#include<iostream>
using namespace std;
int main()
{
    cout<<"Hello World"<<endl;
    return 0;
}
上一篇 下一篇

猜你喜欢

热点阅读