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