switch/case with enums

This commit is contained in:
Aleksey
2026-01-16 22:49:27 +03:00
parent d780dc618f
commit 77e4bec9d8
3 changed files with 79 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
project(Hueta)
project(test_app)
set(CMAKE_CXX_STANDART 17)
add_executable(Hueta main.cpp)
add_executable(test_app main.cpp)