1
0
Fork 0
mirror of synced 2025-03-15 02:11:00 -04:00
ultimate-vim/sources_non_forked/vim-go/templates/hello_world.go

8 lines
67 B
Go
Raw Normal View History

2016-07-03 13:53:59 +02:00
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}