65
What could go wrong trying to solve AoC in Rust?
(sh.itjust.works)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Also,
anyhow::Contextprovides a convenient way to turnOption<T>andResult<T, Into<anyhow::Error>>intoanyhow::Result<T>Like this:
Edit: line breaks