2 lines
36 B
JavaScript
2 lines
36 B
JavaScript
|
|
for (var i=10; i>=0; --i) print(i);
|
|
|
for (var i=10; i>=0; --i) print(i);
|