Paste from Visual Studio… Test

暨嘉
2023-12-01

从VS粘贴的代码示例:

#include <iostream>

using namespace std;

int main(int argc, char** argv)
{
    cout << "Hello World!" << endl;
    return 0;
}
粘贴代码结束。

转载于:https://www.cnblogs.com/cppfans/articles/1691410.html

 类似资料: