4 lines
63 B
Haskell
4 lines
63 B
Haskell
module MainIsHere (this) where
|
|
|
|
this :: IO ()
|
|
this = return ()
|