Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/go/strings.txt
2021-04-07 19:25:18 -04:00

8 lines
129 B
Plaintext
Vendored

func main() {
str := "Hello, 世界\nHello \"world\"\nHello 'world'"
char := 'a'
char2 := '"'
char3 := '\\'
char3 := '\''
}