First commit

This commit is contained in:
2025-07-27 11:36:32 -04:00
commit ca54519926
7 changed files with 47 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.31)
project(Ugly)
add_subdirectory(./source/app)