luasocket/gem/ex9.lua
2007-10-11 21:16:28 +00:00

4 lines
60 B
Lua

for chunk in source.file(io.stdin) do
io.write(chunk)
end