Sochi 2014 Olympic and Paralympic Organizing Committee
The Organizing Committee of the XXII Olympic Winter Games and XI Paralympic Winter Games of 2014 in Sochi is the organization responsible for the 2014 Winter Olympics and 2014 Winter Paralympics in Sochi, Russia.[1] It was established on 2 October 2007 by the Russian Olympic Committee, the Federal Agency for Physical Culture and Sports, and the Administration of the City of Sochi.
Website | sochi2014.com |
---|
![]() |
Part of a series on |
|
![]() |
Part of a series on |
Chief Executive Officer
Supervisory Board
- Alexander Zhukov (Chair)
- Dmitry Kozak
- Dmitry Chernyshenko
- Semen Vainshtok
- Viktor Kolodyazhny
- Alexei Kudrin
- Tatjana Lokteva (Cristall)
- Alexander Tkachyov
- Leonid Tyagachyov
- Viacheslav Fetisov
- Viktor Khotochkin
- Vitaly Smirnovcv
- Shamil Tarpischev
- Alexander Popov
- Vladimir Lukin
- Tatiana Dobrokhvalova
- Askhab Gadzhiev
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
gollark: f i b o n a c c i
gollark: ???
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.