6 lines
No EOL
69 B
Rust
6 lines
No EOL
69 B
Rust
fn main() {
|
|
match -5 {
|
|
-5 => {}
|
|
_ => { fail }
|
|
}
|
|
} |