Go to file
Nick Krichevsky 217350a7a8 Add day 5 solution 2021-12-05 02:08:59 -05:00
day1 Add clippy to day 1 2021-12-01 01:17:35 -05:00
day2 Correctly check if digit is ascii 2021-12-02 01:19:51 -05:00
day3 Add missing index operator in day 3 2021-12-04 12:29:36 -05:00
day4 Use 'terminated' in day 4 parser to remove unneeded use of _ 2021-12-04 23:22:09 -05:00
day5 Add day 5 solution 2021-12-05 02:08:59 -05:00
.gitignore Add day 1 solution 2021-12-01 00:44:45 -05:00
README.md Initial commit 2021-11-30 22:05:22 -05:00

README.md

Advent of Code 2021 🎄

'Tis the season! These are my solutions to the 2021 Advent of Code. I'm writing these in Rust to better my skills in the language.