Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/go/strings.txt

8 lines
129 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
func main() {
str := "Hello, 世界\nHello \"world\"\nHello 'world'"
char := 'a'
char2 := '"'
char3 := '\\'
char3 := '\''
}