diff --git a/fixme.c b/fixme.c index 1ee81c5..ec5011e 100644 --- a/fixme.c +++ b/fixme.c @@ -9,8 +9,8 @@ int fibonacci(int n) { temp = a + b; a = b; b = temp; - return b; //Fix me } + return b; // return b should be after the loop ends } int main() {