diff options
Diffstat (limited to '')
-rw-r--r-- | gem/ex8.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gem/ex8.lua b/gem/ex8.lua deleted file mode 100644 index 81e288c..0000000 --- a/gem/ex8.lua +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | local input = source.file(io.stdin) | ||
2 | local output, t = sink.table() | ||
3 | output = sink.chain(normalize(CRLF), output) | ||
4 | pump.all(input, output) | ||
5 | io.write(table.concat(t)) | ||