mirror of
https://github.com/ekmett/speculation.git
synced 2024-11-23 10:59:33 +03:00
6 lines
57 B
Haskell
6 lines
57 B
Haskell
module Main where
|
|
|
|
main :: IO ()
|
|
main = do
|
|
return ()
|