This project generates the Fibonacci sequence number by number. The Fibonacci sequence is a never-ending sequence of numbers in which every number is equal to the two previous numbers added together. It starts at one and continues from there.
21 April, 2022: Initial release