#include #include int main(int argc, char ** argv) { std::cout << SwiftFibonacci::fibonacciSwift(5) << std::endl; return 0; }