aboutsummaryrefslogtreecommitdiff
path: root/16/1.lua
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2024-04-24 19:36:00 +0800
committerMistivia <i@mistivia.com>2024-04-24 19:36:00 +0800
commit609e13f16e5720b51ec99dadea53a2b68251aff2 (patch)
tree8baa0d53aaf429f8a51f4c85a9c33954545a71a6 /16/1.lua
parent49cbe3a38ee0f0cecfda3f718939a16814d32197 (diff)
solve day 16 part 2
Diffstat (limited to '16/1.lua')
-rw-r--r--16/1.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/16/1.lua b/16/1.lua
index f136da8..ce96b28 100644
--- a/16/1.lua
+++ b/16/1.lua
@@ -86,4 +86,4 @@ function trace(layout, x, y, direction)
end
trace(layout, 1, 1, 'E')
-print(count) \ No newline at end of file
+print(count)