7 lines
86 B
Haskell
7 lines
86 B
Haskell
module Main where
|
|
|
|
import qualified Core.HTTP as Core
|
|
|
|
main :: IO ()
|
|
main = Core.main
|