/advent-of-code-2020

https://adventofcode.com/2020/

Primary LanguageRustMozilla Public License 2.0MPL-2.0

advent-of-code-2020

https://adventofcode.com/2020/

To run the solutions, run:

$ cargo run day1a
$ cargo run day1b
$ cargo run day2a
# ...and so on...

Most solutions (optionally) take an input file as the first command line argument. Some also take additional parameters which can be found by passing the --help flag.