Write a simple program that reads from the console a sequence of usernames and keeps a collection with only the unique ones.
Print the collection on the console in order of insertion:
Input
|
Output
|
6
Ivan
Ivan
Ivan
SemoMastikata
Ivan
Hubaviq1234
|
Ivan
SemoMastikata
Hubaviq1234
|