feat: solve day 7 puzzle 1

This commit is contained in:
2025-12-07 13:37:38 +01:00
parent 0add2ecd03
commit 39c03d9920
5 changed files with 60 additions and 3 deletions

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

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