DarkMode.golden 1.8 KB

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