5 lines
69 B
Text
5 lines
69 B
Text
|
|
% testing
|
||
|
|
for i = 0 : 20
|
||
|
|
printf("%d %d\n", i, iterfibo(i));
|
||
|
|
endfor
|