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

[김예찬] GitHub 공부 #63

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

yechan-kim
Copy link
Member

1. 무슨 이유로 코드를 변경했나요?

GitHub 공부를 위해서 코드를 수정했습니다.

2. 관련 스크린샷을 첨부해주세요.

image

3. 완료 사항

close #44

4. 추가 사항

GitHub 교육 끝!

Copy link
Member

@yezzan9 yezzan9 left a comment

Choose a reason for hiding this comment

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

굿

public static void main(String[] args) {
int foo = 1;
int bar = Integer.MAX_VALUE - 1;
int result = add(foo, bar);
Copy link
Member

Choose a reason for hiding this comment

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

tab이 왜이렇게 긴가여

Copy link

@JJJiL0ng JJJiL0ng left a comment

Choose a reason for hiding this comment

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

LGTM!

Comment on lines +7 to +8
System.out.println("합계: " + result);
}

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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[김예찬] GitHub 공부
3 participants