Added README file

This commit is contained in:
Yann Esposito (Yogsototh) 2011-10-25 16:52:21 +02:00
parent 38503240ca
commit 7ddf35410e

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# Parallel Mandelbrot Set with Haskell
A parallel generation of the Mandelbrot set.
It generates a B&W image.
As always Haskell rocks.