package main import ( "fmt" "math" ) func main() { fmt.Println("Happy", math.Pi, "Day") }