Added credits to Gatlin
[advent-of-code-18.git] / src / advent12 / life.hs
index 840ac8ce04d22e26755bccbc4a3a1457832de953..18d141046bab8c351c6e82cb9d52c1444a5dcf0f 100644 (file)
@@ -1,5 +1,8 @@
 {-# LANGUAGE DeriveFunctor #-}
 
+-- From https://gist.github.com/gatlin/21d669321c617836a317693aef63a3c3
+
+
 import Control.Applicative
 import Control.Comonad