No description
Find a file
2021-12-07 00:20:00 -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 Fix import stylization in day 5 2021-12-05 02:20:27 -05:00
day6 Update day 6 to be more efficient, solve part 2 2021-12-06 03:15:23 -05:00
day7 Add day 7 2021-12-07 00:20:00 -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

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.