raoc 0.1.0

RAoC - Rust Advent of Code, port of `aoc_helper`
Documentation
1
2
3
4
mod interface;
mod internal_util;
pub use interface::*;
pub use internal_util::{wait, work};