Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 248 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 248 Bytes

handelbrot

Mandelbrot set renderer in Haskell

Building

You have to install stack first.

Then simply:

$ stack build

Runninng

$ stack exec handelbrot-exe

Enjoy!