Initial Commit

This commit is contained in:
2024-07-01 15:05:23 -04:00
commit 76de1b72ef
3 changed files with 50 additions and 0 deletions

6
CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.28)
project(jjx)
set(CMAKE_CXX_STANDARD 17)
add_executable(jjx main.cpp)