cmake_minimum_required(VERSION 3.26) project(Learning) set(CMAKE_CXX_STANDARD 23) add_executable(Learning main.cpp)