8 lines
112 B
Haskell
8 lines
112 B
Haskell
module Main (main) where
|
|
|
|
import ClassyPrelude
|
|
import Lib (runBothServers)
|
|
|
|
main :: IO ()
|
|
main = runBothServers
|