aboutsummaryrefslogtreecommitdiff
path: root/challenge-077/abigail/Part1/input4
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.