mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 19:40:05 +08:00
18 lines
115 B
Swift
18 lines
115 B
Swift
|
func Test() {
|
||
|
(1 + 2)
|
||
|
|
||
|
[
|
||
|
1,
|
||
|
2,
|
||
|
3,
|
||
|
4,
|
||
|
5
|
||
|
].split()
|
||
|
|
||
|
let x = [
|
||
|
1: 2,
|
||
|
3: 4,
|
||
|
]
|
||
|
|
||
|
}
|