Plugin: fibb lowerBound upperBound Author: Fernando mendoza ------------------------ This plugin prints the fibonacci numbers from the lowerbound up to the upperBound. The maximum upperbound is 46. For example: Input: fibb 0 2 Output: fibonacci number[0] is 0 fibonacci number[1] is 1 --------------------------------------