From: (Curd Reinert) I found a three liner in C producing a Mandelbrot set. However, it was never supposed to do any kind of ascii-art, but to show how obscure C code can be. Here it is: float o=0.075,h=1.5,T,r,O,l,I;int _,L=80,s=3200;main(){for(;s%L|| (h-=o,T= -2),s;4 -(r=O*O)<(l=I*I)|++ _==L&&write(1,(--s%L?_)
Source: https://ascii.co.uk/art/fractal