mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2025-03-03 17:47:55 +00:00
13 lines
121 B
Plaintext
13 lines
121 B
Plaintext
"string"
|
|
"another string"
|
|
"yet
|
|
another
|
|
string"
|
|
"noescapes\n"
|
|
"newline
|
|
"
|
|
print "string"
|
|
print "newline\n"
|
|
|
|
print "\\\e\n"
|