In just 10 minutes the #GoodFriday Problem of my little #AdventOfCode inspired #programming challenge website https://easters.dev/ will go live.

#eastersdev

2026 - easters.dev

Written in #rust btw, deployed on #NixOS btw
@lep
4 out of 6 tasks so far!
Both day 1 and 2, my program produces the right result on the test data, but not on the real input. Is it possible to get hints?
@LiseAndreasen Do you mean a lower/higher bound on submission? I have only briefly thought about that. For the second day maybe check that 0s don't mess up your representation.
@lep
Will look into that.
Any kind of hint or suggestion would be helpful.
@LiseAndreasen Day two really has no trick, just needs clean representation/programming. Day one part two is a "well known" string algorithm which belongs to a class of well known programming techniques. One doesn't need to know the exact algorithm and can just use the general technique.