first commit

This commit is contained in:
2024-02-23 20:31:05 -06:00
commit 9c5130ccc3
81 changed files with 7633 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.0)
project(HelloCLion)
set(CMAKE_CXX_STANDARD 23)
add_executable(HelloCLion main.cpp)