Tested each sample.
This commit is contained in:
parent
e394956cde
commit
52ac60af81
27 changed files with 789 additions and 163 deletions
5
gem/ex8.lua
Normal file
5
gem/ex8.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local input = source.file(io.stdin)
|
||||
local output, t = sink.table()
|
||||
output = sink.chain(normalize(CRLF), output)
|
||||
pump.all(input, output)
|
||||
io.write(table.concat(t))
|
Loading…
Add table
Add a link
Reference in a new issue