fn main() { println!("The program is running"); return; println!("This line won't be printed"); }