hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
fib.cpp File Reference
#include <iostream>
Include dependency graph for fib.cpp:

Go to the source code of this file.

Functions

int fib (int n)
 
int main ()
 

Function Documentation

◆ fib()

int fib ( int  n)

Definition at line 3 of file fib.cpp.

References fib().

Referenced by fib(), and main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 10 of file fib.cpp.

References fib().

Here is the call graph for this function: