gameServer/Consts.hs
author nemo
Mon, 14 Nov 2011 13:30:17 -0500
changeset 6374 b024e279587c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
oops. tex could expire, too...

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"