2014 World University American Football Championship
The 2014 World University American Football Championship was an international college American football tournament that was held from May 1 to 11, 2014 in Uppsala, Sweden, at Österängens IP. It was the 1st World University Championship for American football. The tournament was held in round-robin format, with each team facing each other once.
Tournament details | |
---|---|
Host nation | |
Dates | May 1 – May 11 |
No. of nations | 5 |
Final positions | |
Champions | |
Runner-up | |
Third-place | |
2016 → |
Final standings
Rk | Team | W | L | PF | PA |
---|---|---|---|---|---|
4 | 0 | 174 | 6 | ||
3 | 1 | 202 | 14 | ||
2 | 2 | 69 | 125 | ||
4 | 1 | 3 | 53 | 165 | |
5 | 0 | 4 | 0 | 197 |
Matches
Game 1
Game 2
Game 3
Game 4
Game 5
Game 6
Game 7
Game 8
Game 9
Game 10
gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.
gollark: ++exec```testtest2```
gollark: ++eval-polish + 1 1
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.