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

임연지 - 로또 미션 #5

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

임연지 - 로또 미션 #5

wants to merge 50 commits into from

Commits on Aug 27, 2023

  1. docs: 구현할 기능 목록

    yeonjy committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    a54d12f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    e162025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd66c95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1705bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c50af8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e16f68 View commit details
    Browse the repository at this point in the history
  6. refactor: 상수 -> enum

    yeonjy committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    31151e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3053e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81604e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e64b7cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1706015 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dcc3ede View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    02bb67e View commit details
    Browse the repository at this point in the history
  13. refactor: Integer -> int

    yeonjy committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    231bb0e View commit details
    Browse the repository at this point in the history
  14. refactor: ", " -> CRITERIA

    yeonjy committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e580531 View commit details
    Browse the repository at this point in the history
  15. feat: 상금 enum 클래스

    yeonjy committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    17777c7 View commit details
    Browse the repository at this point in the history
  16. docs: 로또 추첨 실행

    yeonjy committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    686d706 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e5afd8b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    372a03d View commit details
    Browse the repository at this point in the history
  19. feat: 출력 가이드 enum

    yeonjy committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    59fb09a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6920948 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b592d6a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1bd4d53 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c72896a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f957ced View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    aaf844b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    91be437 View commit details
    Browse the repository at this point in the history
  2. refactor: 상금 int -> long

    yeonjy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b1c6a6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8afe729 View commit details
    Browse the repository at this point in the history
  4. docs: 로또 실행 결과

    yeonjy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    90f2f33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fd506c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1750911 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5074a0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e60ac08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67b7705 View commit details
    Browse the repository at this point in the history
  10. refactor: valueOf() -> getOf()

    yeonjy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1290c22 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2fea149 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d743688 View commit details
    Browse the repository at this point in the history
  13. feat: 수익률 출력 구현

    yeonjy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c202f47 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1e7e496 View commit details
    Browse the repository at this point in the history
  15. style: 코드 정리

    yeonjy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b4c76dd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a9aa8f6 View commit details
    Browse the repository at this point in the history
  17. fix: Lotto 클래스 import

    yeonjy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0a2b7c8 View commit details
    Browse the repository at this point in the history
  18. docs: 로또 실행 결과

    yeonjy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    43e1b99 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. feat: 티켓 클래스 생성

    yeonjy committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ca92263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    910c714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e4e6e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d1fded View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    616fd21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c77afb View commit details
    Browse the repository at this point in the history