Repository URL to install this package:
package main import "fmt" func p(a any) { sayMix() fmt.Println("Hello,", a) }