2
0

Unified.golden 180 B

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