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