Plot Circle by yamaya

read r
set -- `seq -$r $r`
for y;do
for x;do printf $[x*x+y*y>r*r];done
echo
done|tr 01 \*\ 

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

download

return to the top page