mirror of
https://github.com/The1Penguin/org-to-mafiauniverse.git
synced 2025-07-01 18:07:12 +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
|