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