4 lines
55 B
Mathematica
4 lines
55 B
Mathematica
|
|
for k = 10:-1:0,
|
||
|
|
printf('%d\n',k)
|
||
|
|
end;
|