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