mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/vim-go/autoload/go/test-fixtures/term/term.go

6 lines
55 B
Go
Raw Normal View History

2018-03-31 10:56:26 -04:00
package main
func main() {
println("hello, world")
}