0
0
llucycodes42
The code above defines a function called main which takes one input argument and returns an empty list.
Shortcut: main
module Main (main) where
main :: IO ()
main = return ()
0
0
llucycodes42
The code above defines a function called main which takes one input argument and returns an empty list.
Shortcut: main
module Main (main) where
main :: IO ()
main = return ()