version/main.go
2025-04-20 01:52:40 +03:00

7 lines
80 B
Go

package main
import "fmt"
func main () {
fmt.Println("version is here")
}