org-to-mafiauniverse/app/Main.hs

7 lines
110 B
Haskell
Raw Normal View History

2022-10-26 09:57:55 +00:00
module Main where
2022-10-26 10:03:45 +00:00
import System.Environment
2022-10-26 09:57:55 +00:00
main :: IO ()
2022-10-26 10:03:45 +00:00
main = putStrLn =<< readFile =<< head <$> getArgs