aboutsummaryrefslogtreecommitdiff
path: root/gem/ex9.lua
blob: b857698af057bc6d0fd317bc641d3c1a8b353e98 (plain)
1
2
3
for chunk in source.file(io.stdin) do
  io.write(chunk)
end