dedeswim / advent-of-code-2021

Advent of Code 2021, also an attempt to practice a bit of Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021

Advent of Code 2021 (my first one!), also an attempt to practice a bit of Rust.

Running

(Assuming that the respective inputs are in inputs/{day})

December 1st

Ex. 1

cargo run --bin 01 -- inputs/01 1

Ex. 2

cargo run --bin 01 -- inputs/01 3

December 2nd

Ex. 1

cargo run --bin 02 -- inputs/02 1

Ex. 2

cargo run --bin 02 -- inputs/02 2

About

Advent of Code 2021, also an attempt to practice a bit of Rust.

License:MIT License


Languages

Language:Rust 100.0%