aoc24: day04b complete

This commit is contained in:
2024-12-08 23:58:15 +01:00
parent a1d5d359f2
commit 5a02b90f85
3 changed files with 144 additions and 149 deletions

View File

@@ -14,12 +14,6 @@ This project has support for different languages.
There are different ways to setup this project, using `ninja` or Visual Studio.
To use `miniaudio` to play audio on host machine use the flag `-DUSE_MINIAUDIO=ON`.
```sh
cmake -S . -Bbuild -GNinja -DCMAKE_BUILD_TYPE=Debug
```
Use `ninja` to build.