aboutsummaryrefslogtreecommitdiff
path: root/challenge-270/2colours/php
AgeCommit message (Collapse)Author
2024-06-12fix(ch-2): coerce the input to numbersMárton Polgár
It's not a good idea to keep "numeric strings" around when one wants to use === sometimes. This might have ruined some corner cases I haven't tested; 0 weights in particular.
2024-06-12Solutions for week #270 in PHP2colours