-
-
Notifications
You must be signed in to change notification settings - Fork 195
test commit #4
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
test commit #4
Conversation
two-sum/Bumsu-Yi.py
Outdated
@@ -1,3 +1,4 @@ | |||
""" | |||
https://leetcode.com/problems/two-sum/ | |||
""" | |||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
테스트: 마지막 공백 한 줄 넣으셔야죠!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
옙!
@@ -1,3 +1,5 @@ | |||
""" | |||
https://leetcode.com/problems/two-sum/ | |||
""" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
위가 아니라 아래에 공백을 넣어주셔야, 🚫 기호가 사라질 것입니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 이해했습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이해를 잘 못한 것 같네요..
No description provided.