codact 0.1.1

solutions to advent of code
Documentation
1
2
3
4
5
pub mod day;
pub mod year;

pub use day::Day;
pub use year::Year;