mandelbrot_ascii_test, a C code which calls mandelbrot_ascii() to generate an ASCII image of the Mandelbrot set using two lines of C code.
The computer code and data files described and made available on this web page are distributed under the MIT license
mandelbrot_ascii, a C code which generates an ASCII text image of the Mandelbrot fractal set using just two lines of (very obscure) C.