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