diff --git a/src/main.rs b/src/main.rs index a8eabaa..a68bad6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,8 +1,3 @@ -//! # numf -//! -//! This binary should just take any amount of numbers and print them out formatted to some other -//! system. - use std::io::{IsTerminal, Read}; use std::process::exit;