diff options
Diffstat (limited to 'challenge-096/abigail/lua/ch-1.lua')
| -rwxr-xr-x[-rw-r--r--] | challenge-096/abigail/lua/ch-1.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/challenge-096/abigail/lua/ch-1.lua b/challenge-096/abigail/lua/ch-1.lua index 9c4b1de913..7ff3b94814 100644..100755 --- a/challenge-096/abigail/lua/ch-1.lua +++ b/challenge-096/abigail/lua/ch-1.lua @@ -1,3 +1,13 @@ +#!/opt/local/bin/lua + +-- +-- See ../README.md +-- + +-- +-- Run as: lua ch-1.lua < input-file +-- + for line in io . lines () do -- -- Extract words and put them into an array, in reverse. |
