1
0
Fork 0
mirror of synced 2024-06-25 18:21:11 -04:00
ultimate-vim/sources_non_forked/vim-go/autoload/go/test-fixtures/fmt/hello.go

8 lines
68 B
Go
Raw Normal View History

2017-02-11 08:01:38 -05:00
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}