Files

2.6 KiB
Generated

@@ -5,5 +5,6 @@
) )

func main() { func main() {
- fmt.Println("Hello, world!") + content := "Hello, world!"
+ fmt.Println(content)
} }