@@ -5,5 +5,6 @@      )  )        func main() {  func main() {  -  fmt.Println("Hello, world!") +  content := "Hello, world!"    +  fmt.Println(content)   }  }