chore: add readme

This commit is contained in:
2023-12-02 14:33:04 +01:00
parent 803c3a9806
commit 9655351a96

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
Advent of Code 2023 in C
========================
Requirements:
* CMake
Run:
```shell
cmake -B build .
cmake --build build
./build/advent_of_code_2023 <daynr>
```