gameServer/Consts.hs
author unc0rr
Fri, 04 Apr 2014 12:32:15 +0400
changeset 10221 847a51bded01
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Official racer challenge map #6

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"