hastron/src/Main.hs

8 lines
118 B
Haskell
Raw Normal View History

2015-07-08 19:37:55 +05:30
module Main where
import Hastron.Server.Types
2015-07-10 00:56:37 +05:30
import Hastron.Game.Engine
2015-07-08 19:37:55 +05:30
main :: IO()
main = putStrLn "Hello World"