gameServer/Consts.hs
author Ondrej
Sun, 02 Dec 2012 00:31:35 +0100
changeset 8181 70e980278080
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
GCI2012: User/Pass Single Prompt

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"