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