]> git.scottworley.com Git - tablify/blobdiff - src/main.rs
Set ids, add divs & triggers to engage with the CSS & JS
[tablify] / src / main.rs
index e7a11a969c037e00a796aafeff6258501ec15e9a..8cf48593c2ce89971951551dbfdba31bd0ade0df 100644 (file)
@@ -1,3 +1,3 @@
 fn main() {
-    println!("Hello, world!");
+    print!("{}", tablify::tablify(std::io::stdin()).unwrap());
 }