(mymuesli)remove unnecessary println
This commit is contained in:
@@ -14,7 +14,6 @@ public class Main{
|
|||||||
public static int length = 6;
|
public static int length = 6;
|
||||||
|
|
||||||
public static void main(String[] args) throws IOException {
|
public static void main(String[] args) throws IOException {
|
||||||
System.out.println("test");
|
|
||||||
String filepath = "https://www.mymuesli.com/";
|
String filepath = "https://www.mymuesli.com/";
|
||||||
|
|
||||||
|
|
||||||
@@ -128,4 +127,4 @@ public class CountArray {
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user