hard function

int hard(
  1. int n,
  2. String _
)

Implementation

int hard(int n, String _) {
  return n + fib(16);
}