From 69efb0cf35073b0ca89719c88010ea655edf26cc Mon Sep 17 00:00:00 2001 From: vansh-deepsource Date: Thu, 26 Mar 2026 15:34:31 +0530 Subject: [PATCH] added an extra print statement --- source/com/example/Main.java | 1 + 1 file changed, 1 insertion(+) diff --git a/source/com/example/Main.java b/source/com/example/Main.java index 399d5d3..cf88eee 100644 --- a/source/com/example/Main.java +++ b/source/com/example/Main.java @@ -34,6 +34,7 @@ static Main getThis() { */ public static void main(String[] args) throws IOException { System.out.println("test"); + System.out.println("test 2"); File configLocation = new File(args[1]); // JAVA-E0406 BufferedReader configReader = null;