Initial Commit

Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
2025-08-26 11:48:07 -05:00
commit dc405f4c99
5 changed files with 80 additions and 0 deletions

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
```
# from the project root
cmake -S . -B build -G Ninja
cmake --build build
./build/cpp_boilerplate
```