{{{ "planted": "11/22/2020", "repotted": "1/4/2026", "nobreak": "true" }}}
r=90 rect(0,0,128,128,0) ::_:: for i=0,99do d=rnd() x=r*cos(d)+64y=r*sin(d)+64 r-=.0025 circfill(x,y,1,pget(x,y)) end if(r<0)stop() flip()goto _