mirror of
https://github.com/typeable/octopod.git
synced 2024-11-30 07:20:57 +03:00
7 lines
90 B
Haskell
7 lines
90 B
Haskell
module Main where
|
|
|
|
import Octopod.Server
|
|
|
|
main :: IO ()
|
|
main = runOctopodServer
|