feat: solve day 8 puzzle 1

This commit is contained in:
2025-12-08 14:02:15 +01:00
parent 472634054f
commit 3dedc1da03
5 changed files with 112 additions and 3 deletions

7
src/day08/puzzle2.lua Normal file
View File

@@ -0,0 +1,7 @@
local puzzle2 = {}
function puzzle2.solve(input)
return 0
end
return puzzle2