[java] 프로그래머스 - 편지

세상을 바꾸는 개발자·2023년 3월 25일
0

[문제링크 - 프로그래머스 - 편지] https://school.programmers.co.kr/learn/courses/30/lessons/120898

class Solution {
    public int solution(String message) {
        return message.length() * 2;
    }
}
profile
초심 잃지 않기

0개의 댓글