Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions week1/1. 하샤드 수/Solution.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
class Solution {

public boolean solution(int x) {
return false;
System.out.println("hello world!");
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

ㅇㅋ 굳 잘했음

return true;
}

}


}