Hirevo / advent-of-code-2019

Solutions to the 2019 edition of the Advent of Code

Home Page:https://adventofcode.com/2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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...

About

Solutions to the 2019 edition of the Advent of Code

https://adventofcode.com/2019


Languages

Language:Rust 100.0%