Initial commit

This commit is contained in:
Hugo Mårdbrink 2024-11-20 10:45:02 +01:00
commit 832cd997b3
28 changed files with 425 additions and 0 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# AOC 24
In C++
## Build
```bash
mkdir build
cd build
cmake ..
make
```