Game of Life

This is a simple game of life implementation in haskell. Right now it just reads in the input files provided and spits out the result after one itertion, but it would be simple to modify it to run forever, or to run for n iterations.