Skip to content

Commit 5cf23a4

Browse files
committed
modify code
1 parent b93fb5f commit 5cf23a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/class08/Code01_GetMax.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ public static int flip(int n) {
77
}
88

99
public static int sign(int n) {
10-
1110
return flip((n >> 31) & 1);
1211
}
1312

0 commit comments

Comments
 (0)