gameServer/Consts.hs
author nemo
Wed, 17 Apr 2013 11:24:06 -0400
changeset 8917 263f2a8475bc
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
why would we ever want to divide by 0?

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"