gameServer/Consts.hs
author unc0rr
Sat, 02 Feb 2013 00:33:27 +0400
changeset 8474 f6abe50095d2
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Start work on the checker. Not it could connect to the server and... crash it.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"