Francisco Fariñas

Francisco Fariñas Gutiérrez (born 2 April 1948) is a Cuban former footballer who competed in the 1976 Summer Olympics.[1]

Francisco Fariñas
Personal information
Full name Francisco Fariñas Gutierrez
Date of birth (1948-04-02) 2 April 1948
Place of birth Havana, Cuba
Height 1.64 m (5 ft 5 in)
Playing position(s) Forward
Senior career*
Years Team Apps (Gls)
1964–1981 Industriales
National team
1971–1981 Cuba
* Senior club appearances and goals counted for the domestic league only

Club career

Born in Havana, Fariñas came through at Las Cañas before joining Industriales[2] where he spent his entire senior career. His year of birth is also reported as 1949[3] or 1950.

International career

He represented his country in 10 FIFA World Cup qualifying matches and played two games at the 1976 Summer Olympics.[4] He also played at the 1967 and 1971 Pan American Games.

gollark: ```pythonCORO_CODE = """async def repl_coroutine(): import asyncio import aiohttp import discord from discord.ext import commands"""async def async_exec(code, loc, glob): user_code = ast.parse(code, mode='exec') wrapper = ast.parse(CORO_CODE, mode='exec') funcdef = wrapper.body[-1] funcdef.body.extend(user_code.body) last_expr = funcdef.body[-1] if isinstance(last_expr, ast.Expr): funcdef.body.pop() funcdef.body.append(ast.Return(last_expr.value)) ast.fix_missing_locations(wrapper) exec(compile(wrapper, "<repl>", "exec"), loc, glob) return await (loc.get("repl_coroutine") or glob.get("repl_coroutine"))()```
gollark: <@319753218592866315> What?
gollark: AutoBotRobot actually has to do a bunch of AST hackery to make asynchronousness work.
gollark: &sys exec await ctx.send("APIOID")
gollark: I don't know how.

References

  1. Evans, Hilary; Gjerde, Arild; Heijmans, Jeroen; Mallon, Bill; et al. "Francisco Fariñas". Olympics at Sports-Reference.com. Sports Reference LLC. Archived from the original on 16 December 2012. Retrieved 7 June 2012.
  2. Trayectoria deportiva (Bio) - EcuRed (in Spanish)
  3. Francisco Fariñas - El Blog del Fútbol Cubano (in Spanish)
  4. Francisco FariñasFIFA competition record


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