提交 96ad613d 编写于 作者: W wsb

创建项目

上级
cmake_minimum_required(VERSION 3.22)
project(cpp_14_file)
set(CMAKE_CXX_STANDARD 11)
add_executable(cpp_14_file main.cpp)
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册