gameServer/Consts.hs
author nemo
Sat, 04 Aug 2012 21:08:46 -0400
changeset 7480 536f5f3260f1
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
An experimental template to abuse this ability. A quick doubling of the "Islands" crazy template

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"