Trimont

Trimont is a small city in Martin County, located in Southern Minnesota. Trimont was officially established in 1959, Trimont is actually the result of the consolidation of the twin villages of Triumph and Monterey. As of the 2000 census, there were 754 people residing in the city.

Get in

Located on Minnesota State Highway 4, just 7 miles north of I-90.

Get around

The only form of public transportation is the Martin County Taxi Service .

See

Do

  • Trimont Chocolate Festival

Buy

Eat & Drink

Go next

Routes through Trimont

Sauk Centre St. James  N  S  Sherburn Panora


gollark: ?
gollark: Unless it had good macros.
gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
This article is issued from Wikivoyage. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.