fspoettel / advent-of-code-rust

🎄Starter template for solving Advent of Code in Rust.
MIT License
713 stars 54 forks source link

refactor: move `Day` struct to `template` module #40

Closed fspoettel closed 12 months ago

fspoettel commented 1 year ago

Day is implementation detail and does not need to be visible as a top-level module (user-space).