first commit

This commit is contained in:
Vyn 2024-04-10 16:53:18 +02:00
commit 3e7d8b4b70
43 changed files with 2681 additions and 0 deletions

1
build-run.sh Normal file
View file

@ -0,0 +1 @@
cmake -S . -B ./build -G Ninja && cd build && ninja && ./mirai