gameServer/Consts.hs
author koda
Fri, 17 Feb 2012 18:23:36 +0100
changeset 6700 e04da46ee43c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
the most important commit of the year

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"