ASCII Stars by 51b

let n=read_int()let s=String.make;;for m=1-n to n-1do
print_string(s(abs m)' '^s(2*n-1-2*abs m)'*'^"
")done

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

download

return to the top page