RosettaCodeData/Task/Literals-String/Go/literals-string-3.go

4 lines
45 B
Go

str := "z"
str = "\u007a"
str = "two\nlines"