Volleyball Federation of Yugoslavia

The Volleyball Federation of Yugoslavia (Odbojkaški Savez Jugoslavije) was a national governing body of volleyball. It was founded in 1946. It organized a men's national team and a women's national team.

OSJ logo

The federation was one of the founding members of the Fédération Internationale de Volleyball.

Successors

gollark: Rust has linked lists in `std::collections`, if you like.
gollark: ... that's a builtin.
gollark: Wait, where's the *data* in your linked list?
gollark: ```rustpub struct List<T> { head: Link<T>,}type Link<T> = Option<Box<Node<T>>>;struct Node<T> { elem: T, next: Link<T>,}```
gollark: I mean, that's just a type definition, and a wildly unsafe one?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.