Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import java.sql.SQLOutput;
import java.util.concurrent.*;

//This line has been added by DKS

public class Main {
public static void main(String[] args) throws ExecutionException, InterruptedException {
// System.out.println("Hello world!, THREAD: " + Thread.currentThread().getName());
Expand Down Expand Up @@ -38,4 +40,4 @@ public static void main(String[] args) throws ExecutionException, InterruptedExc
System.out.println("Sum of random numbers : " + (num1 + num2) +
" THREAD: " + Thread.currentThread().getName());
}
}
}