mirror of
https://github.com/The1Penguin/org-to-mafiauniverse.git
synced 2024-11-22 02:08:13 +00:00
5 lines
67 B
Haskell
5 lines
67 B
Haskell
|
module Main where
|
||
|
|
||
|
main :: IO ()
|
||
|
main = putStrLn "Hello, Haskell!"
|