aoc24/README.md
2024-11-20 10:46:16 +01:00

11 lines
74 B
Markdown

# AOC 24
In C++
## Build
```bash
mkdir build
cd build
cmake ..
make
```