1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-22 00:35:42 +08:00

6 lines
55 B
Go
Raw Normal View History

package main
func main() {
println("hello, world")
}