org-to-mafiauniverse/app/Main.hs

7 lines
110 B
Haskell

module Main where
import System.Environment
main :: IO ()
main = putStrLn =<< readFile =<< head <$> getArgs