4 lines
45 B
Mathematica
4 lines
45 B
Mathematica
|
|
for i = (1:5)
|
||
|
|
disp(repmat('*',1,i));
|
||
|
|
end
|