]> git.scottworley.com Git - tablify/blob - src/main.rs
Make it more clear that the number in an error message is a line number
[tablify] / src / main.rs
1 fn main() {
2 print!("{}", tablify::tablify(std::io::stdin()).unwrap());
3 }