KK Žarkovo

Košarkaški klub Žarkovo (Serbian Cyrillic: Кошаркашки клуб Жарково), commonly referred to as KK Žarkovo, is a men's professional basketball club based in Belgrade, Serbia. They are currently competing in the First Regional League of Serbia (3rd-tier).

Žarkovo
LeaguesFirst Regional League of Serbia
Founded1975 (1975)
HistoryKK Žarkovo
(1975–present)
ArenaŽarkvo Sports Hall[1]
Capacity800
LocationBelgrade, Serbia
Team colorsGreen and White
         
Head coachĐorđe Ilić
Websitekkzarkovo.com

The club was founded in 1975 and was named after Žarkovo, an urban neighborhood of Belgrade.

Players

Coaches

Trophies and awards

Trophies

gollark: Seems sensible.
gollark: This example code responds to ~ping with Pong!
gollark: ACTUAL feature suggestions?
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.