🎅🎄 Aoc15 is my take on AoC15 problems.
This is the progress of how am I doing:
- ◻️ - The day not yet completed.
- ⭐ - Part one completed.
- 🌟 - Part two completed.
To compile, you must have compiler with c++17 support and cmake version at least 3.10.2.
mkdir build
cd build
cmake ../
make
Running tests is also very simple.
# without compilation
make test
# with compilation
make check
Project will compile binaries for all days. To solve problems run:
./aoc15 <DAY> <FILE>
This project is under the MIT License.