mirror of
https://github.com/The1Penguin/org-to-mafiauniverse.git
synced 2024-11-22 02:08:13 +00:00
7 lines
110 B
Haskell
7 lines
110 B
Haskell
module Main where
|
|
|
|
import System.Environment
|
|
|
|
main :: IO ()
|
|
main = putStrLn =<< readFile =<< head <$> getArgs
|