coding study/programmars
[java] Lv.0 편지
yeoonii
2023. 8. 14. 15:33
class Solution {
public int solution(String message) {
return message.length()*2;
}
}