Maksim Sedov

Maksim Sergeyevich Sedov (Russian: Максим Сергеевич Седов; born 2 July 2000) is a Russian football player who plays for FC Fakel Voronezh.

Maksim Sedov
Personal information
Full name Maksim Sergeyevich Sedov
Date of birth (2000-07-02) 2 July 2000
Place of birth Perm, Russia
Height 1.78 m (5 ft 10 in)
Playing position(s) Midfielder
Club information
Current team
FC Fakel Voronezh
Number 56
Youth career
FC Amkar Perm
Senior career*
Years Team Apps (Gls)
2017–2018 FC Amkar Perm 0 (0)
2018–2020 FC Rubin Kazan 0 (0)
2020– FC Fakel Voronezh 1 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 1 August 2020

Club career

He made his debut in the Russian Football National League for FC Fakel Voronezh on 1 August 2020 in a game against FC Akron Tolyatti, he substituted Pavel Yakovlev in the 79th minute.[1]

gollark: <@111608748027445248> I should have fixed it, try now.
gollark: Also, parser combinators are sorely needed.
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.

References

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