aboutsummaryrefslogtreecommitdiff
path: root/day04.scm
AgeCommit message (Collapse)Author
2024-12-05Put all of day 04 in the same fileJuan Marín Noguera
In the beginning I thought of using modular components, but this would mean that I would have to retest previous days if I want to make a change to the implementation. Thus, for learning purposes, I prefer to keep everything in one file.
2024-12-04Refactor Guile version of day 04Juan Marín Noguera
2024-12-04Day 04, return to LuaJuan Marín Noguera
After comparing the time I take with both languages, Lua seems more practical.