1
0
Fork 0
numbers/nvim/templates/go

9 lines
75 B
Plaintext
Raw Normal View History

2021-10-14 20:47:41 +00:00
package main
import "fmt"
func main() {
{{++}}
fmt.Println("vim-go")
}