DarkWiiPlayer
c52ff69d2a
Uses %q to escape the entire input text to be pasted as-is into any Lua document.
3 lines
77 B
Lua
Executable file
3 lines
77 B
Lua
Executable file
#!/usr/bin/env lua
|
|
|
|
print(string.format("%q", io.read("a"):gsub("\n$", "")))
|