day1.rs 60 B

123
  1. pub fn main( input: &str ) {
  2. println!( "{}", input );
  3. }