package main import "fmt" func main() { fmt.Println("Hello, World! It’s a beautiful day to write Go.") }