gameServer/Consts.hs
author koda
Sat, 26 Jan 2013 23:56:10 +0100
changeset 8440 ea4d6a7a2937
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
complete tabs and trailing whitespace formatting on frontend

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"