RosettaCodeData/Task/Loops-For/PARI-GP/loops-for.parigp
2023-07-01 13:44:08 -04:00

1 line
42 B
Text

for(a=1,5,for(b=1,a,print1("*"));print())