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 2c26529 commit bded663Copy full SHA for bded663
src/main/java/org/cdr/Main.java
@@ -26,10 +26,6 @@ public static void main(String[] args) throws InterruptedException {
26
int firstNumber = Integer.parseInt(arg1);
27
int secondNumber = Integer.parseInt(arg2);
28
29
- if (secondNumber == 3) {
30
- secondNumber = 4;
31
- }
32
-
33
System.out.println("Using machine learning algorithms mounted on the central blockchain to determine sum...");
34
Thread.sleep(2000);
35
System.out.println("Loading super-cluster computing VMs...");
0 commit comments