Not Random by pooq

a,b,c:stdin.get_s(9).split(",").to_a;a=a.to_i;b.to_i.times{a=a*8%13;a.times{print(" ");};c.p;};

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page