feat: solve day 4 puzzle 1

This commit is contained in:
2025-12-04 12:46:22 +01:00
parent d0cc52fbda
commit 3fc4ac1700
5 changed files with 64 additions and 3 deletions

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

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