Suheyel Najar

Suheyel Najar (born 13 October 1995) is a German-Tunisian footballer who plays as a midfielder for Viktoria Köln.[4]

Suheyel Najar
Personal information
Full name Suheyel Najar
Date of birth (1995-10-13) 13 October 1995
Place of birth Germany
Height 1.84 m (6 ft 0 in)
Playing position(s) Midfielder
Club information
Current team
Viktoria Köln
Number 15
Youth career
0000–2014 SSV Vingst 05
Senior career*
Years Team Apps (Gls)
2014 SSV Vingst 05[1] 10 (6)
2014–2015 FC Bergheim[2] 23 (0)
2015–2017 Blau-Weiß Friesdorf 55 (15)
2017 SV Bergisch Gladbach 15 (3)
2018 FC Hennef 05[3] 16 (2)
2018 TV Herkenrath 14 (3)
2019 Bonner SC 13 (2)
2019– Viktoria Köln 2 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 04:30, 2 August 2019 (UTC)

Career

Najar made his professional debut for Viktoria Köln in the 3. Liga on 20 July 2019, coming on as a substitute in the 85th minute for Albert Bunjaku in the 3–3 away draw against Hansa Rostock.[5]

gollark: Why does it not count?
gollark: It only works if you also have GCC installed.
gollark: That's the compiler.
gollark: Yep!
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```

References

  1. Vingst 05 I
  2. FC Bergheim 2000 – TSV Germania Windeck 07.12.2014
  3. FC Hennef 05 – SSV Merten 13.05.2018
  4. "Suheyel Najar". worldfootball.net. HEIM:SPIEL. Retrieved 2 August 2019.
  5. "Hansa Rostock – Viktoria Köln 3:3 (3. Liga 2019/2020, 1. Round)". worldfootball.net. HEIM:SPIEL. 20 July 2019. Retrieved 1 August 2019.


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