gameServer/Consts.hs
author unc0rr
Wed, 17 Apr 2013 12:11:33 +0400
changeset 8915 36e1574e989d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Trivial optimization. Wonder if compiler was smart enough about it.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"