1. # Mandelbrot in C
    
  2. 
    
  3. This repository contains a simple mandelbrot renderer in C. The project
    
  4. was created as part of a series on interpreter techniques. You can follow
    
  5. along with the articles at https://www.sourceprobe.com/articles/interpreters_01_mandelbrot/.