Add cmake config and main.cpp

This commit is contained in:
Grigory Podkhvatilin 2025-01-23 23:33:19 +03:00
parent 607a74f3be
commit 3178aa58b1
Signed by: gvatilin
GPG Key ID: 474FC4BAFE197124
3 changed files with 7 additions and 0 deletions

6
CMakeLists.txt Normal file
View File

@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.27)
project(hw)
set(CMAKE_CXX_STANDARD 17)
add_executable(hw main.cpp)

View File

@ -0,0 +1 @@

0
main.cpp Normal file
View File