Solutions of AoC2020. Written in C++.
Build includes all solutions.
mkdir build && cd build
cmake .. && make -j 8
aoc_XX/aoc_XX ../aoc_XX/input.txt # where XX is a number of puzzle
docker build -t aoc_2020:latest .
docker container run aoc_2020
This project is licensed under the MIT License - see the LICENSE.md file for details
- Half's Inner