2009 UNAF U-17 Tournament (Tunisia)

The 2009 UNAF U-17 Tournament was an association football tournament that took place on 12-20 August 2009 in Ain Draham, Tunisia.

2009 UNAF U-17 Tournament (Tunisia)
Country Tunisia
Teams6 (from 2 confederations)
Champions Burkina Faso
Runners-up Morocco
Matches played8
Goals scored16 (2 per match)

Group stage

All times are local UTC+1.

Group A

Team Pld W D L GF GA GD Pts
 Burkina Faso 211021+14
 United Arab Emirates 210141+33
 Algeria 201115-41


Group B

Team Pld W D L GF GA GD Pts
 Morocco 211010+14
 Libya 21011103
 Tunisia 201101-11
Libya 0 - 1 Morocco

Tunisia 0 - 0 Morocco

Libya 1 - 0 Tunisia

Knockout stage

Third Place Match

Libya 2 - 0 United Arab Emirates

Final

Champions

2009 UNAF U-17 Tournament Winners
Burkina Faso
1st Title
gollark: The `ipairs` iterator gives us `key, value` for each item of the table (in order). The key is unnecessary here, so it's just bound to `_`, the convention I've seen a lot for variables you're discarding.
gollark: As you can see, you don't actually need to explicitly compute the length anywhere.
gollark: Here's how I would do it:```lualocal function divisible_by_any(n, factors) for _, factor in ipairs(factors) do if n % factor == 0 then return true end end return falseendlocal primes = { 2, 3 }for i = 2, 100 do if not divisible_by_any(i, primes) then table.insert(primes, i) endendfor _, prime in ipairs(primes) do print(prime) end```
gollark: I can't actually read that because ææææ my eyes but it looks like the same thing with less whitespace.
gollark: I mean, it *sort of* is, but instead of actually marking the things it just checks against each factor.

References

  1. Ayari, Rami (20 August 2009). "Morocco U-17s Fall To Burkina Faso In UNAF Tournament Final". Goal.com. Retrieved 2009-09-06.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.