Skip to content

Commit 83a82ea

Browse files
Merge pull request #1746 from CodingTestStudy2/염혜정
[염혜정] Day05
2 parents 24cf7ba + 1b9cad1 commit 83a82ea

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// 짝수 - 짝수 = 짝수 / 홀수 - 홀수 = 짝수 / 짝수 - 홀수 = 홀수
2+
3+
class Solution {
4+
public boolean uniformArray(int[] nums1) {
5+
return true;
6+
}
7+
}

0 commit comments

Comments
 (0)