A combination of starter projects for various topics and an archive of various coursework done throughout life.
Coursework Completed at the University of Washington
Coursework as part of the Udacity Artificial Intelligence Nanodegree
The advent2020 package contains a CLI used to running advent of code 2020 challenges
Usage example:
cargo run -- --day 5 --file some/file/path
or
advent2020 --day 5 --file some/file/path