aboutsummaryrefslogtreecommitdiff
path: root/challenge-144/abigail/lua
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-144/abigail/lua')
-rw-r--r--challenge-144/abigail/lua/ch-1.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/challenge-144/abigail/lua/ch-1.lua b/challenge-144/abigail/lua/ch-1.lua
new file mode 100644
index 0000000000..310f260af9
--- /dev/null
+++ b/challenge-144/abigail/lua/ch-1.lua
@@ -0,0 +1,11 @@
+#!/opt/local/bin/lua
+
+--
+-- See ../README.md
+--
+
+--
+-- Run as: lua ch-1.lua
+--
+
+print ("4, 6, 9, 10, 14, 15, 21, 22, 25, 26, 33, 34, 35, 38, 39, 46, 49, 51, 55, 57, 58, 62, 65, 69, 74, 77, 82, 85, 86, 87, 91, 93, 94, 95") \ No newline at end of file