1995–96 OB I bajnoksag season

The 1995–96 OB I bajnokság season was the 59th season of the OB I bajnokság, the top level of ice hockey in Hungary. Five teams participated in the league, and Dunaferr Dunaujvaros won the championship.

First round

Club GP W T L Goals Pts
1.Dunaferr Dunaújváros12102078:1722
2.Lehel HC Jászberény1263358:4315
3.Ferencvárosi TC1262458:4514
4.Alba Volán Székesfehérvár1241770:479
5.Újpesti TE12001223:1350

Second round

Club GP W T L Goals Pts
1.Dunaferr Dunaújváros211830123:3739
2.Ferencvárosi TC2184971:8620
3.Alba Volán Székesfehérvár21721271:9716
4.Lehel HC Jászberény21331569:1149

Playoffs

3rd place

  • Alba Volán Székesfehérvár - Lehel HC Jászberény 2:0 (4:3, 7:2)

Final

gollark: Table length: `#table`.
gollark: Any specific thingies it's missing?
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.