mptv3/main.go
2025-08-23 10:33:59 +03:00

7 lines
65 B
Go

package main
import "fmt"
func main() {
fmt.Println("Test")
}