Playing around with minified C I wrote a renderer for the Mandelbrot set in 228 bytes, using some abuse of boolean logic.
And here’s the expanded version so you can see how it works:
Of course, there would be little point telling you if I didn’t show you the output, too. Here it is, looking slightly out of proportion due to the non-square characters in my terminal emulator:
The different 'levels' of iterations required for the sequence to diverge are shown using different characters.
Not only was this a fun little challenge to write, but it also taught me what the Mandelbrot set actually is - prior to this point, my knowledge of the fractal was limited to what it looked like.