Skip to content

[김예찬] GitHub 공부#63

Open
yechan-kim wants to merge 1 commit intomainfrom
김예찬/git-practice

Hidden character warning

The head ref may contain hidden characters: "\uae40\uc608\ucc2c/git-practice"
Open

[김예찬] GitHub 공부#63
yechan-kim wants to merge 1 commit intomainfrom
김예찬/git-practice

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