gameServer/Consts.hs
author unc0rr
Sat, 12 Jan 2013 01:18:50 +0400
changeset 8371 0551b5c3de9a
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Start work on checker - Various small fixes

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"