Initial commit

This commit is contained in:
Aleksey
2026-01-16 00:42:43 +03:00
commit 1ecbbb2b77
36 changed files with 4835 additions and 0 deletions

4
CMakeLists.txt Normal file
View File

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