Clara Kichenama-Gourouvaya

Clara Kichenama-Gourouvaya (born 10 May 1999) is a Martiniquais footballer who plays as a defender for the Martinique women's national team.[1]

Clara Kichenama-Gourouvaya
Personal information
Place of birth Martinique
Playing position(s) Defender
National team
Years Team Apps (Gls)
2014– Martinique

International career

Kichenama-Gourouvaya capped for Martinique at senior level during the 2014 CONCACAF Women's Championship.[2] On the club level, she plays for Emulation in Martinique.

gollark: Yes.
gollark: <@!341618941317349376>
gollark: Run with `python3 [filename] [input code] [output executable]`.
gollark: It's Turing-complete, and demonstrates the principle of compiled languages maybe being slow.
gollark: ```pythonimport sysimport subprocesstemplate = """int main() { long long i = 0; while (i < 10000000000) { i++; } @CODE@}"""input = sys.argv[1]output = sys.argv[2]temp = "ignore-this-please"with open(input, "r") as f: contents = f.read() code = template.replace("@CODE@", contents) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```

References


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