Mohawk Sports Park

Mohawk Sports Park, is a large park on the east mountain of Hamilton, Ontario, 1100 Mohawk Road East, also known as Commonwealth Park and Upper King's Forest Park.[1][2]

Facilities

A number of sporting venues including:

gollark: https://github.com/osmarks/autobotrobot
gollark: You can just suggest a command?
gollark: Honestly, the code is kind of a mess right now.
gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.

See also

References

  1. "Map of Slow-Pitch Parks in Hamilton". Retrieved 2007-06-29.
  2. "Hamilton 4 Pad Arena". Archived from the original on 2006-02-12. Retrieved 2007-06-29.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.