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/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")
}