We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15aa44 commit 3460835Copy full SHA for 3460835
lib/src/main/java/com/katiearose/Tester.java
@@ -2,7 +2,7 @@
2
3
import java.util.Arrays;
4
5
-public class Tester { // Kinda not a great test but better than nothing
+class Tester { // Kinda not a great test but better than nothing
6
public static void main(String[] args) {
7
distributionTest();
8
stressTest();
0 commit comments