/adventofcode

Trying to solve some puzzles...

Primary LanguageC++MIT LicenseMIT

Advent of Code C++

From https://adventofcode.com/2020. Likely to late for every day, but hopefully it's the intention that counts ;)

System requirements

  • build-essentials (gcc)
  • cmake

Only Linux/gcc has been tested. It might just work though on other platforms.

Compile & run (Release)

./build/make.sh
./cmake-build-release/adventofcode

Recompile & run (Debug)

./build/run.sh

Other cool solutions