Plot Circle by yamaya

read r
set -- `seq -$r $r`
for y;do
for x;do printf %c $[$r**2-$x**2-$y**2];done
echo
done|tr \\-0-9 \ \*

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

download

return to the top page