aboutsummaryrefslogtreecommitdiff
path: root/challenge-077/abigail/Part1
AgeCommit message (Collapse)Author
2020-09-15Fix off-by-one error.Abigail
We need all the Fibonacci numbers up to and including $N, else we will miss out on a solution if $N is a Fibonacci number.
2020-09-15JavaScript solutions for week 77, part 1.Abigail
2020-09-15Perl solution for Week 77.Abigail