mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 16:50:04 +08:00
6 lines
55 B
Go
6 lines
55 B
Go
|
package main
|
||
|
|
||
|
func main() {
|
||
|
println("hello, world")
|
||
|
}
|