package main func main() { print("Hello\tWorld!\n") print("Line 1\nLine 2\n") print("Quote: \"test\"\n") print("Backslash: \\\n") }