Findel, Luxembourg

Findel is a village in the commune of Sandweiler, in southern Luxembourg. As of 2001, the village had a population of 103. Findel is dominated by Luxembourg Findel Airport, the only international airport in Luxembourg.

It was at Findel that Grand Duchess Charlotte of Luxembourg returned to the country after its liberation at the end of World War II.[1]

Climate

Between 8 and 12 August 2003, during the 2003 European heat wave, a temperature of 37.9 °C (100.2 °F) was recorded in Findel, the highest in Luxembourg since records began in 1947.[2]

gollark: Down with newtypes! `data` is the one true way to declare types!
gollark: I'll work on this when I'm not on a phone.
gollark: Wait, no, this is index in *line* not string.
gollark: Well, this is roughly what you wanted, anyway.
gollark: Horribly messy version:```haskellwithIndices :: [a] -> [(Int, a)]withIndices = zip [1..]doStuff :: String -> [(Int, Int, Char)]doStuff s = (\(lineIx, l) -> fmap (\(charIx, char) -> (lineIx, charIx, char)) $ withIndices l) `concatMap` withIndices (lines s)main = print . doStuff $ "abcd"```

References

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