gameServer/Consts.hs
author koda
Thu, 17 Mar 2011 22:35:46 +0100
changeset 5018 cede79695460
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
and or is not or and is not and

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"