/aoc2020

advent of code 2020 solutions; racing with python, solving with rust

Primary LanguageRustApache License 2.0Apache-2.0

Advent of Code 2020

Primarily running with Rust, maybe I will write some Haskell or Python solutions for fun.

Requires rust nightly (for day 6).

Run ./compare.sh to compare the outputs of the Rust and Python solutions. (Stopped writing Python solutions, so only up to a day 13.)

$ cargo run <day>
$ cabal run aoc2020 <day>
$ python src/day<day>.py