gameServer/Consts.hs
author nemo
Sat, 22 Dec 2012 21:43:39 -0500
changeset 8320 3913a7f7245d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Shoppa tournament 2012 winners

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"