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

Practice #2790

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Practice #2790

wants to merge 6 commits into from

Commits on Dec 4, 2023

  1. Docks: add README.md

    rakyun1 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2da9c4b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Feat: add Answer.java

    랜덤한 3개의 숫자(정답)를 생성 해서 필드에 가지고 있고, 사용자의 입력 값을 받아서 정답과 비교후 결과를 리턴 해주는 클라스
    rakyun1 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    75b1e4e View commit details
    Browse the repository at this point in the history
  2. Feat: add Output.java

    사용자에게 보여줄 출력문을 출력하는 클라스
    rakyun1 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f7cfa58 View commit details
    Browse the repository at this point in the history
  3. Feat: add Input.java

    사용자의 입력을 받아 유효성을 검사하고 int[]로 변환해 리턴
    rakyun1 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b46b128 View commit details
    Browse the repository at this point in the history
  4. Test: add InputTest.java

    Input.java를 테스트 하는 클라스
    rakyun1 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c0ce317 View commit details
    Browse the repository at this point in the history
  5. complete

    rakyun1 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    60a9906 View commit details
    Browse the repository at this point in the history