This is a project to generate images of Mandelbrot's fractals.
On linux you can run :
./mandel
If it does not work or you are not on Linux, first run :
gcc mandel.c -O2 -o mandel
then
./mandel
The program will output a mandel.pbm
file. To view it you can use an app such as okular.