Skip to content

HalfInner/AoC2020

Repository files navigation

AoC2020

Solutions of AoC2020. Written in C++.

Build and Execute

Build includes all solutions.

Locally

mkdir build && cd build
cmake .. && make -j 8
aoc_XX/aoc_XX ../aoc_XX/input.txt # where XX is a number of puzzle

Docker

docker build -t aoc_2020:latest .
docker container run aoc_2020

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Author

  • Half's Inner

About

My solutions of AoC2020

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published