Create a string concatenating the unique characters from multiple strings.
Given a string, return a string containing all the unique characters from that string, order matters. The input will be given as a single line.
# | Size | % | Users |
---|---|---|---|
#1 | 27 c. | Top 76% | +25 |
#2 | 29 c. | Top 83% | |
#3 | 32 c. | Top 91% | |
#4 | 34 c. | Top 96% | |
#5 | 52 c. | Top 98% | |
#6 | 68 c. | Top 100% |