Plot Circle by leonid

k=eval *$<
r=-k..k
r.map{|y|r.map{|x|putc k*k<y*y+x*x ?32:42};puts}

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

download

return to the top page