# Advent of Code 2021 https://adventofcode.com/2021 Error handling: http://web.mit.edu/rust-lang_v1.25/arch/amd64_ubuntu1404/share/doc/rust/html/book/first-edition/error-handling.html#a-brief-interlude-unwrapping-isnt-evil ## Resources * https://github.com/ithinuel/advent-of-code-rust/tree/2020/src/bin * AOC runner setup: https://github.com/johnterickson/adventofcode * Advent of Code 2020 blog: https://danvdk.medium.com/advent-of-code-2020-this-time-in-rust-7904559e24bc * Advent of Code in Rust lessons learned: https://gendignoux.com/blog/2019/08/25/rust-advent-of-code.html * Learning Rust via Advent of Code: https://www.forrestthewoods.com/blog/learning-rust-via-advent-of-code/ * Learning Rust through te Advent of Code: https://bennetthardwick.com/aoc-rust-intro/