advent-of-code-rust
advent-of-code-rust copied to clipboard
Make `Day::new` const and remove `Day::__new_unchecked`
closes #72
Note: since this change uses Option::expect in a constant context, it requires rust 1.83 (28 November, 2024) or above.
thank you @tguichaoua - I'll merge this one after the current aoc completes.