1. 首页
  2. 编程语言
  3. C
  4. C++程序5main.cpp代码示例

C++程序5main.cpp代码示例

上传者: 2023-03-12 17:15:43上传 CPP文件 1.83KB 热度 7次
#include <iostream>
using namespace std;

int main() {
    cout << "Hello, world!" << endl;
    return 0;
}
iostream>
下载地址
用户评论