Ireland at the 2012 Winter Youth Olympics

Ireland competed at the 2012 Winter Youth Olympics in Innsbruck, Austria. The Irish team consisted of three officials and one athlete, a female alpine skier.[2]

Ireland at the
2012 Winter Youth Olympics
IOC codeIRL
NOCOlympic Council of Ireland
Websitewww.olympicsport.ie
in Innsbruck
Competitors1 in 1 sport
Flag bearer Florence Bell[1]
Medals
Gold
0
Silver
0
Bronze
0
Total
0
Winter Youth Olympics appearances

Alpine skiing

Ireland had only one entry in the 2012 Winter Youth Olympics[2]

Girl
Athlete Event Run 1 Run 2 Total Rank
Florence Bell Girls' slalom 51.71 46.35 1:38.06 24
Girls' giant slalom 1:06.73 1:09.33 2:16.06 34
gollark: ```python#!/usr/bin/env python3import randomimport fileinput# https://github.com/LyricLy/Esobot/blob/bcc9e548c84ea9b23fc832d0b0aaa8288de64886/cogs/general.pylyrictable_raw = { "a": "а", "c": "с", "e": "е", "s": "ѕ", "i": "і", "j": "ј", "o": "о", "p": "р", "y": "у", "x": "х" }lyrictable = str.maketrans({v: k for k, v in lyrictable_raw.items()})for line in fileinput.input(): line = line.replace("\n", "") print(line.translate(lyrictable).replace("\u200b", ""))```
gollark: You have to remove them.
gollark: It contains zero width spaces and Cyrillic characters.
gollark: Praise the Consortium?
gollark: Do you know what "blackmailing" means, LyricLy?

See also

References

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