aboutsummaryrefslogtreecommitdiff
path: root/challenge-104/abigail/lua/ch-1.lua
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-104/abigail/lua/ch-1.lua')
-rw-r--r--challenge-104/abigail/lua/ch-1.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/challenge-104/abigail/lua/ch-1.lua b/challenge-104/abigail/lua/ch-1.lua
new file mode 100644
index 0000000000..52af3c7d45
--- /dev/null
+++ b/challenge-104/abigail/lua/ch-1.lua
@@ -0,0 +1,12 @@
+#!/opt/local/bin/lua
+
+--
+-- See ../README.md
+--
+
+--
+-- Run as: lua ch-1.lua
+--
+
+print ("0 1 1 2 1 3 2 3 1 4 3 5 2 5 3 4 1 5 4 7 3 8 5 7 2 7 " ..
+ "5 8 3 7 4 5 1 6 5 9 4 11 7 10 3 11 8 13 5 12 7 9 2 9")