wg-go/main.go
2025-10-28 15:57:41 -04:00

8 lines
67 B
Go

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