]> git.scottworley.com Git - tablify/blob - src/lib.rs
820f43e172653f8f26e63b84abee7d8dadb6cb95
[tablify] / src / lib.rs
1 pub fn tablify(_input: &impl std::io::Read) -> String {
2 String::from("Hello, world!")
3 }