package main import "fmt" const x string = "Hello World" func main() { fmt.Println(x) }