1 2 3 4 5
fn main() { let foo = "rust compiler is working"; debug_assert!(false, "debug_asserts on!"); println!("{}", foo); }