4 lines
78 B
Text
4 lines
78 B
Text
|
#!/usr/bin/env lua
|
||
|
|
||
|
print(string.format("%q", io.read("*a"):gsub("\n$", '')))
|