Skip to content

dargaCode/ListFibonacciNumbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

List Fibonacci Numbers

Language: C

Generate the first n Fibonacci numbers, up to 75.

I hit the limit of a 32-bit integer around Fibonacci #48, so I had to use long longs for the first time to get a 64-bit number.

About

Generate the first n Fibonacci numbers, up to 75

Topics

Resources

Stars

Watchers

Forks

Languages