Gooik–Geraardsbergen–Gooik
Gooik–Geraardsbergen–Gooik is an elite women's professional one-day road bicycle race held between Gooik and Geraardsbergen in Belgium and is currently rated by the UCI as a 1.1 race.[1]
Race details | |
---|---|
Date | End May / begin June |
Region | Belgium |
Discipline | Road |
Type | One-day |
Organiser | Wielerclub Sprinters Gooik |
Race director | Eddy Van Snick |
History | |
First edition | 2011 |
Editions | 8 (as of 2017) |
First winner | ![]() |
Most wins | ![]() |
Most recent | ![]() |
Past winners
gollark: Do I need to patch my kernel to fix this, then?
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?
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.