hastron/Main.hs

8 lines
138 B
Haskell
Raw Normal View History

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