# Fibonacci
This project implements two version of the famous fibonacci sequence:
* an iterative one
* and a recursive one
Licensed under GPLv2 or later, same as the entire repository