cmake_minimum_required(VERSION 3.29)
project(cartesian_b06)

set(CMAKE_CXX_STANDARD 23)

add_executable(cartesian_b06 main.cpp)
