first commit

This commit is contained in:
2025-05-11 14:16:05 +02:00
commit d9d0643dfc
9 changed files with 379 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
## Setup
pacman -S crow asio gdb gcc cmake make
## Build
### vscode
build : Ctrl+Shift+P → "CMake: Configure"
run : F5 or Run → Start Debugging