gameServer/Consts.hs
author koda
Tue, 19 Mar 2013 18:32:22 +0100
branchcmake_pascal
changeset 8819 8e25b820b360
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
below this i cannot break the loop

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"