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