gin_valid/main.go

9 lines
77 B
Go

package main
import "fmt"
func main() {
fmt.Println("gaga,okk")
return
}