This commit is contained in:
2024-11-13 23:14:28 +01:00
parent 889d6d0e7e
commit 98a3e97601
4 changed files with 130 additions and 20 deletions

7
CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.28)
project(MO_pracadomowa)
set(CMAKE_CXX_STANDARD 14)
add_executable(MO_pracadomowa
main.cpp)