Z by pooq

for x=(n=input(0)):-1:1;if(mod(x,n)<2)disp([(1:n>0)*90,""])else printf("%*c\n",x,90);end;end

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

download

return to the top page