aoc2016/src/prelude.rs
2024-11-19 18:44:07 +03:00

4 lines
78 B
Rust

pub use crate::utils::*;
pub use anyhow::Error;
pub use itertools::Itertools;