index
:
fib
main
the fibonacci only you would give me
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
entries
/
nritschel
/
fib-java
/
src
/
FibonacciCalculator.java
blob: 8806c2010b5f2431e66d2e764f7e9e428115f8bb (
plain
) (
blame
)
1
2
3
public
interface
FibonacciCalculator
{
public
int
calculateFibonacci
(
FibonacciNumber
fib
);
}