sgielen / adventofcode

Trying to solve some puzzles...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Trying to solve some puzzles...

License:MIT License


Languages

Language:C++ 98.6%Language:Shell 0.7%Language:CMake 0.7%