drawing pictures with haskell. pixel by pixel.
the executable outputs PPM to command line. to see the image, redirect the output to a file and open that file in a viewer that supports it.
on linux
stack run > out.ppm
paulcuth's online Netpbm Viewer