mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 23:30:03 +08:00
11 lines
107 B
Plaintext
11 lines
107 B
Plaintext
|
pub fn main() {
|
||
|
case 1 {
|
||
|
1 -> "One"
|
||
|
2 -> {
|
||
|
case 2 {
|
||
|
2 -> "Two"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|