C++版的HelloWorld

5年以前  |  阅读数:706 次  |  编程语言:C++ 
#include <iostream>

int main()
{
 std::cout << "Hello, world!" << std::endl;
 return 0;
}

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8