DarkMode.golden 3.7 KB

1234567
  1.   …  @@ -5,5 +5,6 @@    …   
  2.   5  )   5  ) 
  3.   6     6   
  4.   7  func main() {   7  func main() { 
  5.   8 -  fmt.Println("Hello, world!")   8 +  content := "Hello, world!" 
  6.        9 +  fmt.Println(content) 
  7.   9  }  10  }