Advent of Code, 2019, done in Rust as a personal introduction to the language. The solutions in this repository will likely be verbose, for the sake of clarity and for exploration of a new language.
Compilation is managed by Cargo.
In any Day's directory, run:
cargo build
cargo run
- Day 1: printing, comments, functions, closures, file I/O, Iterators, Collections, Result, Option and unwrapping, ternary, Cargo and Cargo.toml, rustc