#define CATCH_CONFIG_MAIN #include #include int main(){ std::cout << "fib(10) = " << fastFibonacci(10) << std::endl; return 0; }