aoc2021/README.md
2021-11-30 23:09:28 -07:00

13 lines
421 B
Markdown

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