Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

자동차 경주 2단계 : 문자열 덧셈 계산기 #5359

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    c867c8a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    a537413 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    6e9c8fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd070e3 View commit details
    Browse the repository at this point in the history
  3. .gitkeep 파일 삭제

    heoseungjun committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ed3a07b View commit details
    Browse the repository at this point in the history
  4. Update README.md

    구현할 기능 목록 작성
    heoseungjun committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ae1be47 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. To-Do -> Done

    Scanner를 이용한 자동차 대수 및 시도 횟수 입력
    Random을 이용한 랜덤값 추출
    자동차 전진 정보를 담는 리스트 생성
    랜덤값 기준으로 자동차 전진/정지 결정(전진 시 전진 횟수 증가)
    경주 결과 출력
    heoseungjun committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6b18ef9 View commit details
    Browse the repository at this point in the history