Remove duplicates

Remove duplicates

Input (String)
Output (String)

The function of this online utility is to remove duplicates.

For example,

a
a
b
b
c
c
will becomes:
a
b
c
.