package main import "fmt" const Pi = 3.14159 func main() { fmt.Println("Pi is approximately", Pi) }
Click Run to execute this code.