From 7cd9b07651721e1b30f87337febdec07eae33b96 Mon Sep 17 00:00:00 2001 From: Deepak Kumar Sharma <48350115+DeepakGitHub050@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:08:24 +0530 Subject: [PATCH] Update Main.java Added one line --- src/Main.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +}