1
0
Fork 0
mirror of synced 2025-01-02 03:39:25 -05:00
ultimate-vim/sources_non_forked/vim-go/templates/hello_world.go
2016-07-03 13:53:59 +02:00

7 lines
67 B
Go

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