/adventofcode-rs-2020

Solutions to https://adventofcode.com/2020 (selected problems only, not intending to complete)

Primary LanguageRustApache License 2.0Apache-2.0

Advent of Code

These are my solutions to http://adventofcode.com

All solutions are written in Rust.

Build Status

Input

In general, all solutions can be invoked in both of the following ways:

  • Without command-line arguments, takes input on standard input.
  • With 1+ command-line arguments, reads input from the first, which must be the path to an input file. Arguments beyond the first are ignored.

Some may additionally support other ways:

  • None yet.

Closing Thoughts

None yet.