fn main() { println!("Start..."); if args.len() != 3 { println!("You need at least two command line arguments!"); } println!("Finish..."); }