Italian National Cyclo-cross Championships

The first professional Italian National Cyclo-cross Championships were held in 1930. The winner was Armando Zucchini.

Italian National Cyclo-cross Championships
Race details
History
First edition1930 (1930)

The winner wears the Italian national championship jersey following the event and throughout the next cyclo-cross season.

Winners

gollark: Make your own Linux from Scratch from scratch.
gollark: Idea: LFS from scratch.
gollark: A great thing about this is that `free` is idempotent, so double free errors cannot actually occur.
gollark: This was before floating pointers, sadly.
gollark: ```c#include <stdint.h>#include <stddef.h>static uintptr_t MEMPOS = 1;void* malloc(size_t size) { uintptr_t bees = MEMPOS; MEMPOS += size; return (void*)bees;}void free(void* ptr) { *(char**)ptr = "hello please do not use this address";}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.