fix template

This commit is contained in:
Zynh Ludwig 2024-12-02 09:25:59 -08:00
parent 180a5ea19c
commit 018be8d42f

View file

@ -21,7 +21,7 @@ local function lines_from(file)
end end
-- tests the functions above -- tests the functions above
local file = "test.lua" local file = "input"
local lines = lines_from(file) local lines = lines_from(file)
-- print all line numbers and their contents -- print all line numbers and their contents