fix template
This commit is contained in:
parent
180a5ea19c
commit
018be8d42f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue