My AOC 2021 Work
Go to file
2021-12-04 12:36:18 -07:00
src macro-ify matching days and parts 2021-12-04 12:36:18 -07:00
.gitignore Solved Day 1 challenges. 2021-11-30 23:05:57 -07:00
Cargo.toml Solved Day 1 challenges. 2021-11-30 23:05:57 -07:00
README.md Added README 2021-11-30 23:09:28 -07:00

Advent of Code 2021 Code

These are my attempts to complete Advent of Code 2021. The intent is just to spend a little bit of time. Hopefully get a little more comfy with Rust. Although I may drop it eventually if it doesn't really teach me much.

Progress

Day 1

Parts 1 and 2 complete! Other people did some nicer iterator solutions with itertools but it was easy enough to do just inside of a basic for loop.