Author: Kenneth Lew
Make sure you have git installed on your machine. Then run:
git clone https://github.com/lew1101/mandelbrot.gitMake sure you have a C++ compiler and CMake>=3.0.0 on your machine, then run the following command in the project directory to build in place:
cmake . && cmake --build .Run one of the following commands:
mandelbrot mandelbrot [x_min] [x_max] [y_min] [y_max]

