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.
과제 시작
README.md
에 구현할 기능 목록을 정리해 추가한다.README.md
에 정리한 기능 목록 단위로 추가한다.기능 요구 사항
n
대의 자동차는 전진 또는 멈출 수 있다.프로그래밍 요구 사항
기본 요구 사항
App.js
의run()
이다.package.json
파일은 변경할 수 없으며, 제공된 라이브러리와 스타일 라이브러리 이외의 외부 라이브러리는 사용하지 않는다.process.exit()
를 호출하지 않는다.추가 요구 사항
테스트 도구 및 라이브러리
@woowacourse/mission-utils
에서 제공하는 Random 및 Console API를 사용하여 구현한다.Console.readLineAsync()
와Console.print()