mirror of
https://github.com/charmbracelet/crush.git
synced 2026-05-30 18:47:33 +00:00
12 lines
180 B
Plaintext
Generated
12 lines
180 B
Plaintext
Generated
--- main.go
|
|
+++ main.go
|
|
@@ -5,5 +5,6 @@
|
|
)
|
|
|
|
func main() {
|
|
- fmt.Println("Hello, World!")
|
|
+ content := "Hello, World!"
|
|
+ fmt.Println(content)
|
|
}
|
|
\ No newline at end of file
|