package
0.0.0-20220309190615-cdffa6e39e74
Repository: https://github.com/gordonchen13/learn-examples.git
Documentation: pkg.go.dev

# Functions

2 Even fibonacci numbersEach new term in the Fibonacci sequence is generated by adding the previous two terms.
4 Largest palindrome product A palindromic number reads the same both ways.
No description provided by the author
1 Multiples of 3 and 5If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9.