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.
기능 요구사항
IllegalArgumentException
을 발생시킨다:','
를 기준으로 분리하여 정수 리스트로 변환한다.RandomNumberCreator
클래스에서createRandomNum(int start, int end, int count)
메서드를 사용하여 1부터 45까지의 숫자 중 6개의 고유한 랜덤 숫자를 생성한다.Lotto
클래스에 전달되어 유효성 검사를 받는다 (6개 번호, 1~45 범위, 중복 검사).Lottos
클래스에 추가한다.패키지 구조