Search posts...
class Solution { public String solution(String myString) { return myString.toLowerCase(); } }
stupefyee