C++版HelloWorld

5年以前  |  阅读数:733 次  |  编程语言:C++ 
#include <iostream>
using namespace std;
int main()
{
    cout<<"Hello, World!"<<flush;
    return 0;
}

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8