Skip to content

[FEAT] add cmp function#10

Open
eigenkyeong wants to merge 2 commits intodevfrom
feat/9-compare-numbers
Open

[FEAT] add cmp function#10
eigenkyeong wants to merge 2 commits intodevfrom
feat/9-compare-numbers

Conversation

@eigenkyeong
Copy link
Member

@eigenkyeong eigenkyeong commented Apr 30, 2025

반영 브랜치

ex) feat/9-compare-numbers -> dev

📌 작업내용

  • 두 수의 크기를 비교하는 cmp 함수 구현
  • 첫 번째 입력 값인 a가 두 번째 입력 값인 b보다 큰지 아닌지 결과를 출력

✨ PR Checklist

  • PR 제목 양식은 알맞게 작성했나요?
  • 브랜치 전략에 맞는 브랜치에 PR을 올리고 있나요?
  • 이슈는 close 되었나요?
  • Reviewers, Labels 는 등록하였나요?
  • 불필요한 주석, 코드는 제거하였나요

closed #9

@eigenkyeong eigenkyeong added the enhancement New feature or request label Apr 30, 2025
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오잉 이건 왜 뜨는거지? 변경사항없는디

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

두 수의 크기 비교 기능 구현

2 participants