1
2
3
4
5
6
//! The minimal set of utils for writing [Advent of Code](https://adventofcode.com/) solutions.

mod args;
mod bufwrap;

pub use args::BufferedInput;