1964 Omloop Het Volk
The 1964 Omloop Het Volk was the 19th edition of the Omloop Het Volk cycle race and was held on 29 February 1964.[2] The race started and finished in Ghent.[3] The race was won by Frans Melckenbeeck.
Race details | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Dates | 29 February 1964 | |||||||||
Stages | 1 | |||||||||
Distance | 194[1] km (120.5 mi) | |||||||||
Winning time | 4h 34' 00" | |||||||||
Results | ||||||||||
| ||||||||||
General classification
Final general classification[3][4]
|
gollark: This *always* prints a status of 512. It should be not 512.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } exit(0); } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: Please help as my code does not work correctly æææ.
gollark: Palaiologos, *you* can write C, yes?
gollark: <@!309787486278909952> Have you problemized the problemoid yet?
References
- "Omloop Het Nieuwsblad (HC)". BikeRaceInfo. Retrieved 10 February 2018.
- "1964 Omloop Het Volk ( HC)". BikeRaceInfo. Retrieved 10 February 2018.
- "19ème Het Volk 1964". Memoire du cyclisme. Archived from the original on 8 December 2004.
- "1964 Omloop Het Nieuwsblad". First Cycling. Retrieved 10 February 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.