Initial commit
This commit is contained in:
commit
832cd997b3
28 changed files with 425 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# AOC 24
|
||||
|
||||
In C++
|
||||
|
||||
## Build
|
||||
```bash
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue