shorten fibo test a bit
This commit is contained in:
parent
a730dd0c99
commit
da9dacffb2
@ -24,11 +24,11 @@ class Object
|
||||
return fib
|
||||
end
|
||||
int main()
|
||||
return fib_print(10)
|
||||
return fib_print(8)
|
||||
end
|
||||
end
|
||||
HERE
|
||||
@length = 6595
|
||||
check_return 55
|
||||
@length = 2525
|
||||
check_return 21
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user