8 lines
95 B
Rust
8 lines
95 B
Rust
fn main() {
|
|
match () {
|
|
92 => (),
|
|
'c' => (),
|
|
"hello" => (),
|
|
}
|
|
}
|