Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tyhopp/c-fibonacci

Implementation of the Fibonacci sequence in C
https://github.com/tyhopp/c-fibonacci

Last synced: 30 days ago
JSON representation

Implementation of the Fibonacci sequence in C

Awesome Lists containing this project

README

        

# c-fibonacci

Implementation of the [Fibonacci sequence](https://en.wikipedia.org/wiki/Fibonacci_number) in C with [GNU Make](https://www.gnu.org/software/make/). Experimenting with static variables for the first time.

## Usage

1. Clone the repo
2. `make`
3. `./main`

This prints the Fibonacci sequence to stdout.