aboutsummaryrefslogtreecommitdiff
path: root/entries/braxtonhall/homework/fib.hpp
blob: a7bbd30253ab658c9889f2746ac960c316e64261 (plain) (blame)
1
2
3
4
class Fibonacci
{
    int fib(const int n) const;
};