mirror of
https://github.com/charmbracelet/crush.git
synced 2026-05-30 18:47:33 +00:00
3.2 KiB
Generated
3.2 KiB
Generated
… … @@ -5,5 +5,6 @@
5 5 )
6 6
7 7 func main() {
8 - fmt.Println("Hello, world!")
8 + content := "Hello, world!"
9 + fmt.Println(content)
9 10 }
5 5 )
6 6
7 7 func main() {
8 - fmt.Println("Hello, world!")
8 + content := "Hello, world!"
9 + fmt.Println(content)
9 10 }