Done
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
cmake_minimum_required(VERSION 3.28)
|
||||
project(MO_pracadomowa)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
add_executable(MO_pracadomowa
|
||||
horner_simple.cpp)
|
||||
@@ -1,3 +1,7 @@
|
||||
#if WIN32
|
||||
#include <algorithm>
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user