Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Commit

Permalink
Fibonacci benchmark now require only 12nth member #36
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Nov 22, 2017
1 parent c84604a commit 19ae218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ifj2017/tests/99_benchmarks/02.code
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ end function
scope

dim c as integer
c = fib(25)
c = fib(12)
print c;

end scope
2 changes: 1 addition & 1 deletion ifj2017/tests/99_benchmarks/02.stdout
Original file line number Diff line number Diff line change
@@ -1 +1 @@
75025
144

0 comments on commit 19ae218

Please sign in to comment.