My AOC 2021 Work
Go to file
David Lenfesty e6b3f045f8 Solved Day 1 challenges.
Took longer than I hoped it would. Not really familiar with some basic
Rust stuff (like file handling, etc.). Also rust-analyzer was really not
being nice. It crashed on StructOpt and keeps complaining about unsafe
being necessary in any and all format! statements.
2021-11-30 23:05:57 -07:00
src Solved Day 1 challenges. 2021-11-30 23:05:57 -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