Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
문자열 덧셈 계산기 미션 구현 기능:
MissionUtils.Console.readLineAsync()와 MissionUtils.Console.print()를 사용해 사용자 입력을 받고 결과를 출력함
빈 문자열 입력 시 결과값으로 0을 반환
쉼표(,) 또는 콜론(:)을 구분자로 가지는 문자열을 전달하는 경우 구분자를 기준으로 분리한 각 숫자의 합을 결과값으로 반환
커스텀 구분자 기능 추가 (문자열 앞부분에 "//구분자\n" 형식으로 입력)
잘못된 값 입력 시 "[ERROR] 잘못된 문자가 포함되어 있습니다."라는 에러 메시지 발생 후 프로그램 종료
음수 입력 시 "[ERROR] 음수는 허용되지 않습니다."라는 에러 메시지 발생 후 프로그램 종료