728x90
https://school.programmers.co.kr/learn/courses/30/lessons/120898
📝 나의 풀이
using System;
public class Solution {
public int solution(string message) {
return message.Length*2;
}
}
728x90
'코딩테스트 > [C#] 프로그래머스' 카테고리의 다른 글
[프로그래머스 | Lv.0] 자릿수 더하기 (0) | 2023.08.13 |
---|---|
[프로그래머스 | Lv.0] 특정 문자 제거 (0) | 2023.08.13 |
[프로그래머스 | Lv.0] 짝수 홀수 개수 (0) | 2023.08.13 |
[프로그래머스 | Lv.0] 아이스아메리카노 (0) | 2023.08.13 |
[프로그래머스 | Lv.0] 양꼬치 (0) | 2023.08.13 |