added dane.txt

and Clion configuration
This commit is contained in:
2024-10-09 20:44:12 +02:00
parent fa3a0894e2
commit 2dc6146b34
8 changed files with 44 additions and 1 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
horner_simple.cpp)