todo/app/Main.hs
2025-05-13 20:21:30 +02:00

9 lines
114 B
Haskell

{-# LANGUAGE ScopedTypeVariables #-}
module Main where
import Server
main :: IO ()
main = do
runServer