Ohio Open

The Ohio Open is the Ohio state open golf tournament, open to both amateur and professional golfers. It is organized by the Northern Ohio section of the PGA of America. It was first played in 1924 and has been played annually (with minor disruptions) at a variety of courses around the state. It was considered a PGA Tour event in the late 1920s and early 1930s.

Winners

Notes

  1. The list of winners lists Larry Nabholtz as the 1926 winner but contemporary newspaper accounts show Albert Alcroft won with a score of 296. Nabholtz shot a 303.
gollark: It needs to be pastebin.com/**raw**/whatever.
gollark: You can get the time/date in UTC and localtime with `os.date` or something, and Unix time, but I don't think there's a way to parse dates.
gollark: The rest of `pastebin` is mostly just argument parsing. Well, and handling other stuff like `put` and `run`.
gollark: The *important* bit is just that it downloads the *raw* file from pastebin, then writes it to startup.
gollark: ```lualocal function update() local h, err = http.get("https://pastebin.com/raw/whatever") if not h then printError(err) return end local f = fs.open("startup", "w") f.write(h.readAll()) f.close() h.close()end```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.