Start with haskell backend

This commit is contained in:
qvalentin 2023-01-15 18:26:41 +01:00
parent 54701c196a
commit 739c05daa1
7 changed files with 152 additions and 39 deletions

View file

@ -1,6 +1,7 @@
module Main (main) where
import Lib
import ClassyPrelude
import Lib (runBothServers)
main :: IO ()
main = someFunc
main = runBothServers