Find all solution for the Calendar puzzle (from CuriosityBox or DragonFjord)
Print the solution for the current day
$ ./cbox-calendar-puzzle print
Print the solution for a specific day
$ ./cbox-calendar-puzzle print 7 1
Start the solver
$ ./cbox-calendar-puzzle solve-all
- add a REST server
- add range walker function and parallelism
- add solutions comparison function (s1 < s2)
- fix LoadSolution to set board.Completed correctly