Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 153 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 153 Bytes

Programming doodles in Java

fibonacci

Generate the first 13 terms of the Fibonacci sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...