Search posts...
class Solution { public String solution(String rny_string) { return rny_string.replace("m", "rn"); } }
stupefyee