did some shish

This commit is contained in:
2024-10-15 09:30:02 +05:00
parent 4bc7a56f80
commit 3d8d20999e
3 changed files with 42 additions and 1 deletions

6
CMakeLists.txt Normal file
View File

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