Your task is to create a set named mySet with the string type for keys and the empty struct type for values.
The set can have as many keys as you want; you can get creative! Just remember to use the empty struct type for values!
Tip: Remember that an empty struct is expressed via the struct{}{} syntax.