diff --git a/day05/solution.lua b/day05/solution.lua index eb9927c..2e10e34 100644 --- a/day05/solution.lua +++ b/day05/solution.lua @@ -68,8 +68,6 @@ if file == nil then os.exit(1) end --- Parse input data - inputLines = file:read("all") file:close()