World RX of France

The World RX of France is a Rallycross event held in France for the FIA World Rallycross Championship. The event made its debut in the 2014 season, at the Circuit de Lohéac in the town of Lohéac, Bretagne.

Past winners

Year Heat 1 winner Heat 2 winner Heat 3 winner Heat 4 winner Semi-Final 1 winner Semi-Final 2 winner Final winner
2014 Timmy Hansen Timmy Hansen Timmy Hansen Andreas Bakkerud Pontus Tidemand Petter Solberg Petter Solberg
2015 Timmy Hansen Timmy Hansen Petter Solberg Johan Kristoffersson Timmy Hansen Petter Solberg Timmy Hansen
Year Qualifying 1 winner Qualifying 2 winner Qualifying 3 winner Qualifying 4 winner Semi-Final 1 winner Semi-Final 2 winner Final winner
2016 Mattias Ekström Mattias Ekström Johan Kristoffersson Johan Kristoffersson Andreas Bakkerud Johan Kristoffersson Johan Kristoffersson
2017 Johan Kristoffersson Sébastien Loeb Mattias Ekström Johan Kristoffersson Johan Kristoffersson Timmy Hansen Johan Kristoffersson
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.
gollark: Ah, no, it is not.
gollark: Anyway, I think this is just a Sieve of Eratosthenes but oddly named.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.