mex/main.go
2023-10-19 17:56:27 -07:00

8 lines
67 B
Go

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