mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-30 02:14:01 +03:00
7 lines
86 B
Haskell
7 lines
86 B
Haskell
|
module Main where
|
||
|
|
||
|
import qualified FirstApp.Main as M
|
||
|
|
||
|
main :: IO ()
|
||
|
main = M.runApp
|