diff --git a/src/Main.java b/src/Main.java index ad07f78..bb4f6ad 100644 --- a/src/Main.java +++ b/src/Main.java @@ -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()); @@ -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()); } -} \ No newline at end of file +}