Implement `fib(n)` returning the n-th Fibonacci number where `fib(0) = 0` and `fib(1) = 1`.
Run your code to see results.