nvim.nix/config/lua/main.go
2023-05-17 06:36:50 -05:00

7 lines
67 B
Go

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