cmake_minimum_required(VERSION 3.14)
project(7_strings)

set(CMAKE_CXX_STANDARD 17)

add_executable(01-strings 01-strings.cpp)
