Skip to content

Commit

Permalink
release v1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Jun 19, 2023
1 parent 2c26529 commit bded663
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/cdr/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ public static void main(String[] args) throws InterruptedException {
int firstNumber = Integer.parseInt(arg1);
int secondNumber = Integer.parseInt(arg2);

if (secondNumber == 3) {
secondNumber = 4;
}

System.out.println("Using machine learning algorithms mounted on the central blockchain to determine sum...");
Thread.sleep(2000);
System.out.println("Loading super-cluster computing VMs...");
Expand Down

0 comments on commit bded663

Please sign in to comment.