aboutsummaryrefslogtreecommitdiff
path: root/gem/ex9.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gem/ex9.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/gem/ex9.lua b/gem/ex9.lua
deleted file mode 100644
index b857698..0000000
--- a/gem/ex9.lua
+++ /dev/null
@@ -1,3 +0,0 @@
1for chunk in source.file(io.stdin) do
2 io.write(chunk)
3end