Humberto de Araújo Benevenuto
Humberto de Araújo Benevenuto (born 4 August 1903, date of death unknown) was a Brazilian football player. He played for the Brazil national team.[1]
Personal information | |||
---|---|---|---|
Full name | Humberto de Araújo Benevenuto | ||
Date of birth | 4 August 1903 | ||
Place of birth | Rio de Janeiro, Brazil | ||
Playing position(s) | Defender | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1921 | Américano | ? | (?) |
1922–1923 | Jequiá | ? | (?) |
1923–1929 | Flamengo | 119 | (13) |
1929–1930 | Atlético Mineiro | ? | (?) |
1930 | Botafogo | ? | (?) |
1931–1932 | Flamengo | ? | (?) |
1933 | Peñarol | ? | (?) |
1933 | Palestra Itália | ? | (?) |
1934–1935 | Botafogo | ? | (?) |
1935 | Brasil-RJ | ? | (?) |
1935 | Carioca-RJ | ? | (?) |
1935 | Portuguesa (SP) | ? | (?) |
1936 | Olímpico - RJ | ? | (?) |
National team | |||
1930 | Brazil | 2 | (0) |
* Senior club appearances and goals counted for the domestic league only |
Honours
gollark: OCaml.
gollark: It can parse tuples of integers.
gollark: ```ocamlopen MParsertype expr = int * int[@@deriving show]let integer = many1_chars digit |>> int_of_stringlet parser = integer >>= (fun i -> char ',' >> (integer |>> (fun x -> (i, x))))let eval (str:string) : expr = match MParser.parse_string parser str () with | Success x -> x | Failed (msg, _e) -> failwith msglet () = Format.printf "%a\n" pp_expr (eval "0,1")```HIGHLY advanced programming language design.
gollark: The link.
gollark: It was sonata who actually posted it, IIRC.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.