From a7fd5b212ae6912da258d65b6cd8d2b62f854a29 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Mon, 5 Dec 2022 11:44:03 +0100 Subject: [PATCH] Tiny rewording --- day05/solution.lua | 2 -- 1 file changed, 2 deletions(-) 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()