cmake_minimum_required(VERSION 3.21)
project(parallels)

set(CMAKE_CXX_STANDARD 17)

add_executable(parallels main.cpp)
