From 018be8d42fe9b4e2a86266f419b3e5ac35d3af2f Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Mon, 2 Dec 2024 09:25:59 -0800 Subject: [PATCH] fix template --- template.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.lua b/template.lua index 7a31d77..6c62160 100644 --- a/template.lua +++ b/template.lua @@ -21,7 +21,7 @@ local function lines_from(file) end -- tests the functions above -local file = "test.lua" +local file = "input" local lines = lines_from(file) -- print all line numbers and their contents