https://programmers.co.kr/learn/courses/30/lessons/12917
func solution(_ s:String) -> String { let string = s.sorted(by:>) return String(string) }