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