(프로그래머/자바) 문자 2023년 04월 17일 by issue class Solution { public int solution(String message) { return message.length() * 2; } }