创建HellowWorld
2018-01-13 本文已影响0人
Kyle_An
#include "stdafx.h"
#include<iostream>
using namespace std;
int main()
{
cout<<"Hello World"<<endl;
return 0;
}
#include "stdafx.h"
#include<iostream>
using namespace std;
int main()
{
cout<<"Hello World"<<endl;
return 0;
}