From 8254e0cdd38e99a76e12136123400a6160d6f160 Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 20 Dec 2021 18:30:29 +0100 Subject: Solutions for week 144, part 1 This is just a glorified Hello, World program. So, that's what you get! --- challenge-144/abigail/lua/ch-1.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 challenge-144/abigail/lua/ch-1.lua (limited to 'challenge-144/abigail/lua/ch-1.lua') 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 -- cgit