Juan Camacho (Bolivian athlete)
Juan Rodrigo Camacho (born June 4, 1959) is a retired male long-distance runner from Bolivia, who represented his native country in three consecutive Summer Olympics, starting in 1984. He set his personal best (2:17.49) in the men's marathon on April 7, 1984 in Maassluis, Netherlands.
- For the Mexican long-distance runner with the same name see Juan Camacho (Mexican athlete)
Achievements
- All results regarding marathon, unless stated otherwise
Year | Competition | Venue | Position | Notes |
---|---|---|---|---|
Representing | ||||
1984 | Olympic Games | Los Angeles, United States | 38th | 2:21:04 |
1988 | Olympic Games | Seoul, South Korea | 69th | 2:34:41 |
1992 | Olympic Games | Barcelona, Spain | 57th | 2:26:01 |
gollark: (https://www.reddit.com/r/unix/comments/6gxduc/how_is_gnu_yes_so_fast/)
gollark: <@709333181983096834> ```c/* yes.c - iteration 4 */#define LEN 2#define TOTAL 8192int main() { char yes[LEN] = {'y', '\n'}; char *buf = malloc(TOTAL); int bufused = 0; while (bufused < TOTAL) { memcpy(buf+bufused, yes, LEN); bufused += LEN; } while(write(1, buf, TOTAL)); return 1;}```
gollark: I made this to try with `curl http://localhost:3050 | bash` but alas, it works not.
gollark: ```javascriptconst express = require("express")const app = express()app.get("/", (req, res) => { res.writeHead(200, { 'Content-Type': 'text/plain' }) res.flushHeaders() let i = 0 setInterval(() => { res.write(`echo ${i++}\n`) }, 100)})app.listen(3050)```
gollark: ++remind 10mo3d lyric bad
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.