1991 Rosmalen Grass Court Championships
The 1991 Continental Grass Court Championships was an ATP-tennis tournament held in Rosmalen, Netherlands. It was played on outdoor grass courts and was part of the ATP World Series. It was the second edition of the tournament and was held from June 10 through June 16, 1991. Christian Saceanu won the singles title.
1991 Rosmalen Grass Court Championships | |
---|---|
Date | 10–16 June |
Edition | 2nd |
Category | ATP World Series |
Draw | 32S / 16D |
Prize money | $225,000 |
Surface | Grass / outdoor |
Location | Rosmalen, Netherlands |
Champions | |
Men's Singles | |
Men's Doubles | |
Finals
Men's Singles
Men's Doubles
gollark: SSDs/HDDs generally all support ECC anyway. There's none of this ridiculous feature gating in those.
gollark: `async function(username) { let result = await api.get('euw1', 'league.getLeagueEntriesForSummoner', 'MLR_5XD45pduq2iducsga00c4qi5sWqpaRkadd_E0fFhKXU') return result}` is a really longwinded way to write `api.get('euw1', 'league.getLeagueEntriesForSummoner', 'MLR_5XD45pduq2iducsga00c4qi5sWqpaRkadd_E0fFhKXU')`, by the way. async/await is just nice syntax for promises.
gollark: <@102436520559910912> That's just an anonymous async function, so yes, it won't run if you don't do anything with it.
gollark: To just waste CPU cycles, this has worked for me before when I wanted to do that for some evil reason or other, but it's probably not very sound:```cvolatile long long int i = 0;while (i < [a big number]) { i++; }```
gollark: Oh right, probably.
References
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.