Files

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