1 2 3 4 5 6 7 8
mod lib; fn main(){ let input=lib::as_i8("Enter i8 type input"); println!("{}",input); }