Imports System
Imports System.Collections.Generic
Public Class Program
Public Shared Sub Main()
Dim str As String = "vb.net basic csharp java c c++ php"
Dim hashset = New HashSet(Of Char)(str)
str = String.Join("", hashset)
Console.WriteLine(str)
End Sub
End Class
' run:
'
' vb.net asichrpj+
'