1977 Ahearne Cup

The 1977 Ahearne Cup was the 25th and final edition of the Ahearne Cup ice hockey tournament. Five teams participated in the tournament, which was won by Stockholm-based AIK. It was held from December 2630, 1976, in Stockholm, Sweden.

Results

Club GP W T L GF-GA Pts
1. AIK440034:168
2. HC Dynamo Moscow430120:126
3. Djurgårdens IF 411221:243
4. Södertälje SK411218:253
5. HIFK Helsinki400417:330
gollark: Huh, I thought you were going to complain about me "explaining closure terribly" or something.
gollark: It's called closure. Stuff defined in something gets access to locals from that thing.
gollark: Just do```luafunction fs.open(file, mode) local f = {} -- Store fs files in here local handle = io.open(file, mode) function f.readAll() return handle:read("*a") end function f.close() handle:close() end function f.write(data) handle:write(data) end return fend```unless there's some other thing you need it for.
gollark: Wait, why do you need a global `openFiles` thing for that?
gollark: Cool, should be useful.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.