Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bcb83ef

Browse files
authored
Rename sum_of_two_integers.java to Sum Of Two Integers.java
1 parent 220ad0e commit bcb83ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Easy/sum_of_two_integers.java renamed to Easy/Sum Of Two Integers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ public int getSum(int x, int y) {
55
else
66
return getSum( x ^ y, (x & y) << 1);
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)