chore: update readme

This commit is contained in:
2023-12-02 15:27:22 +01:00
parent e1a8ee290f
commit 0ee32e3cf6

View File

@@ -8,5 +8,5 @@ Run:
```shell
cmake -B build .
cmake --build build
./build/advent_of_code_2023 <daynr>
./build/day_<daynr>
```