6 lines
71 B
Text
6 lines
71 B
Text
|
```haskell
|
||
|
module Main (main) where
|
||
|
main :: IO ()
|
||
|
main = return ()
|
||
|
```
|