Initial commit.

This commit is contained in:
2024-06-30 14:52:55 +08:00
commit 120bdd3fb1
5 changed files with 89 additions and 0 deletions

7
CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.17)
project(Bilby)
add_executable(Bilby
main.cpp
)