rustbook/ch09/panic.rs
Jasper Ras e1246d346d ch09
2026-01-17 11:37:01 +01:00

3 lines
49 B
Rust

fn main() {
panic!("Panic in the disco!");
}