A fractal in fortran

Coding a Mandelbrot set fractal in Fortran 90 and visualizing it as a PPM image. *The zoom part is very important, so for the full Mandelbrot set use scale = 0.000005d0 code & comments: https://github.com/Alph-Zeta/Fractal-f90