gameServer/Consts.hs
author Ángel Alonso
Fri, 25 Nov 2011 05:06:39 +0100
changeset 6422 786a3242c049
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
GCI task: iOS Spanish

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"