(프로그래머/자바) 문자


class Solution {
    public int solution(String message) {
        return message.length() * 2;
    }
}