hastron/src/Main.hs

8 lines
118 B
Haskell

module Main where
import Hastron.Server.Types
import Hastron.Game.Engine
main :: IO()
main = putStrLn "Hello World"