cmake_minimum_required(VERSION 3.28)
project(tests)

set(CMAKE_CXX_STANDARD 20)

add_executable(tests main.cpp computing.cpp computing.h)
