7 lines
68 B
Haskell
7 lines
68 B
Haskell
module Main (main) where
|
|
|
|
import Lib
|
|
|
|
main :: IO ()
|
|
main = someFunc
|