Content.golden 189 B

123456789101112
  1. --- main.go
  2. +++ main.go
  3. @@ -4,6 +4,7 @@
  4. "fmt"
  5. )
  6. func main() {
  7. - fmt.Println("Hello, World!")
  8. + content := "Hello, World!"
  9. + fmt.Println(content)
  10. }
  11. \ No newline at end of file