8 lines
70 B
Rust
8 lines
70 B
Rust
|
fn altsimple(int f) {
|
||
|
alt (f) {
|
||
|
case (x) {}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
fn main() {}
|