My Advent of Code attempts
Find a file
Eryn Wells ea5d557f0b Day 7, Parts 1 + 2
Doing this one in Rust kicked my ass. I fought with the compiler for three
days and never was able to figure out the borrows and pointers.

I gave up yesterday and wrote up a solution in Python. Maybe I'll come back to
it one day.
2022-12-10 08:17:20 -08:00
2022 Day 7, Parts 1 + 2 2022-12-10 08:17:20 -08:00
.gitignore Ignore target/ directories 2022-12-01 13:11:50 -08:00
README.md Initial commit 2022-12-01 13:00:53 -08:00

Advent of Code