conways-game-of-life/Main.hs
2021-12-20 00:59:04 -05:00

6 lines
58 B
Haskell

module Main where
main :: IO ()
main = putStrLn "Hello"