feat: solve day 5 puzzle 1

This commit is contained in:
2025-12-05 10:30:07 +01:00
parent 448dbf0ff9
commit 80f797d4b9
5 changed files with 60 additions and 3 deletions

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

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