1968–69 Czechoslovak Extraliga season

The 1968–69 Czechoslovak Extraliga season was the 26th season of the Czechoslovak Extraliga, the top level of ice hockey in Czechoslovakia. 10 teams participated in the league, and Dukla Jihlava won the championship.

Regular season

Pl. Team GPWTLGF-GAPts
1.ASD Dukla Jihlava362916206:8359
2.ZKL Brno362628184:12154
3.Slovan CHZJD Bratislava362259147:11549
4.Tesla Pardubice3617316150:13737
5.SONP Kladno3615615115:12136
6.Sparta ČKD Praha3614517147:12933
7.VSŽ Košice3613419111:14630
8.CHZ Litvínov3610521111:16425
9.TJ Gottwaldov3612024109:18124
10.Motor České Budějovice365328103:18613

1. Liga-Qualification

Pl. Team GPWTLGF-GAPts
1.Škoda Plzeň650133:1210
2.TJ VŽKG Ostrava641126:169
3.Auto Škoda Boleslav611421:343
4.Iskra Smrečina Banská Bystrica610516:342
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
gollark: f i b o n a c c i
gollark: ???
gollark: What does that say?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.