ex9.lua 60 B

123
  1. for chunk in source.file(io.stdin) do
  2. io.write(chunk)
  3. end