pub fn tablify(_input: &impl std::io::Read) -> String { String::from("Hello, world!") }