Skip to content

Commit 08ff273

Browse files
committed
mod something
1 parent 926b94d commit 08ff273

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.idea/compiler.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java_test/src/main/java/com/yiyun/JustTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public static void main(String[] args) {
2222
}
2323
@Test
2424
public void fun1(){
25+
long i = 100_000_000_000L;
2526
float v = 9.1f;
2627
float v1 = 9.000f;
2728
System.out.println( v%1==0);

myoffer/src/main/java/algorithm/Sorts.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import org.junit.Test;
44

55
import java.util.Arrays;
6+
import java.util.function.Consumer;
67

78
public class Sorts {
89

@@ -173,5 +174,5 @@ public void funHeap() {
173174
}
174175
System.out.println(Arrays.toString(arrays));
175176
}
176-
177+
177178
}

0 commit comments

Comments
 (0)