1
0
Fork 0
mirror of synced 2024-05-26 12:01:13 -04:00
ultimate-vim/sources_non_forked/vim-go/templates/hello_world.go
2016-07-03 13:53:59 +02:00

8 lines
67 B
Go

package main
import "fmt"
func main() {
fmt.Println("vim-go")
}