Takes terminal input in specified format
[dependencies] inputparser = "0.1"
fn main() { let i = inputparser::inti32conv(); println!("{}",i); }