/advent-of-code-2019

Solutions to the 2019 edition of the Advent of Code

Primary LanguageRust

Advent of Code 2019

These are my solutions for the 2019 edition of the Advent of Code.
These solutions are all implemented in Rust.

I started a bit late (Dec 8, 2019) but I haven't spoiled myself any solutions yet, so I'll be catching up.

How to run

Here is how you can run each solutions:

# This will run the solution for day 1.
cargo run --bin day1

# This will run the solution for day 2.
cargo run --bin day2

# And so on, up to day25...