프로그래머스 Lv.0 한 번만 등장한 문자 JAVA import java.util.*; class Solution { public String solution(String s) { String answer = ""; HashMap map = new HashMap(); for(int i=0; i