cmake_minimum_required(VERSION 4.1)
project(Rabattrechner)

set(CMAKE_CXX_STANDARD 26)

add_executable(Rabattrechner main.cpp)
