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