feat: add menu to toggle solved state

This commit is contained in:
2025-11-28 18:29:58 +01:00
parent c75a882e2c
commit 080f2b51c7
5 changed files with 154 additions and 17 deletions

View File

@@ -128,6 +128,7 @@ local function main()
dayStats.puzzle2
)
day:show()
stats = loadStats("aoc/res/stats.json")
end
end
end