gameServer/Consts.hs
author koda
Tue, 30 Oct 2012 02:22:54 +0100
changeset 7896 67217e6108fd
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
another stake at variable pre-initialisation - we lost preview logging in the course

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"