Start with haskell backend
This commit is contained in:
parent
54701c196a
commit
739c05daa1
7 changed files with 152 additions and 39 deletions
|
@ -1,6 +1,7 @@
|
|||
module Main (main) where
|
||||
|
||||
import Lib
|
||||
import ClassyPrelude
|
||||
import Lib (runBothServers)
|
||||
|
||||
main :: IO ()
|
||||
main = someFunc
|
||||
main = runBothServers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue