1 2 3 4 5 6 7 8
pub mod types; pub mod format; use crate::format::line_format; fn main() -> std::io::Result<()> { line_format() }