cmake_minimum_required(VERSION 3.28)
project(cpp_algorithms1)

set(CMAKE_CXX_STANDARD 17)

add_executable(cpp_algorithms1 main.cpp)