Erik Henschel
Erik Henschel (born 4 October 1996) is a German footballer who plays as a right-back for Hallescher FC.[2]
Personal information | |||
---|---|---|---|
Full name | Erik Henschel | ||
Date of birth | 4 October 1996 | ||
Place of birth | Hildesheim, Germany[1] | ||
Height | 1.85 m (6 ft 1 in) | ||
Playing position(s) | Right-back | ||
Club information | |||
Current team | Hallescher FC | ||
Number | 17 | ||
Youth career | |||
–2012 | Hannover 96 | ||
2012–2015 | Eintracht Braunschweig | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2015–2018 | Eintracht Braunschweig II | 80 | (1) |
2018– | Hallescher FC | 1 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 15:10, 22 December 2018 (UTC) |
Career
Henschel made his professional debut for Hallescher FC in the 3. Liga on 22 December 2018, coming on as a substitute in the 90th minute for Marvin Ajani in the 2–0 home win against FSV Zwickau.[3]
gollark: If you want, I can make it compile in parallel, but I haven't done this.
gollark: ```python#!/usr/bin/env python3import os, subprocess, sysDIR = os.path.abspath(os.path.dirname(sys.argv[0]))CC = ["gcc", "-Wall"]CACHE = os.path.join(DIR, "_cache")EXT = ".c"OUT_FILE = os.path.join(DIR, "out")if not os.path.exists(CACHE): os.mkdir(CACHE)changed_any = Falseobject_files = []for thing in os.listdir(DIR): if thing.endswith(EXT): path = os.path.join(DIR, thing) name, _, _ = thing.rpartition(EXT) cache_entry = os.path.join(CACHE, f"{name}.o") try: cache_updated_at = os.stat(cache_entry).st_mtime except FileNotFoundError: cache_updated_at = 0 code_updated_at = os.stat(path).st_mtime if cache_updated_at < code_updated_at: print(thing) subprocess.run(CC + ["-c", "-o", cache_entry, path]) changed_any = True object_files.append(cache_entry)if changed_any or not os.path.exists(OUT_FILE): subprocess.run(CC + ["-o", OUT_FILE] + object_files)else: print("no changes")```
gollark: Correction: 7.
gollark: Coming in about 3 minutes.
gollark: Use osmarksbuildsystem™.
References
- Erik Henschel at Soccerway
- "Erik Henschel". worldfootball.net. HEIM:SPIEL. Retrieved 22 December 2018.
- "Hallescher FC – FSV Zwickau 2:0 (3. Liga 2018/2019, 20. Round)". worldfootball.net. HEIM:SPIEL. 22 December 2018. Retrieved 22 December 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.