import Foundation

func solution(_ s:String) -> String {
    String(s.sorted(by: >))
}

 

+ Recent posts