initial commit
This commit is contained in:
commit
70d3db13c7
17 changed files with 1109 additions and 0 deletions
9
app/Main.hs
Normal file
9
app/Main.hs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
|
||||
module Main where
|
||||
|
||||
import Server
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
runServer
|
||||
Loading…
Add table
Add a link
Reference in a new issue