Update test_conflict.java

Signed-off-by: jeet041 <mahorjitendra@gmail.com>
This commit is contained in:
jeet041 2025-04-22 16:42:28 +05:30 committed by GitHub
parent a30d8a1bd4
commit acda0f467a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,6 @@ public class HelloWorld {
}
public static void helloWorld() {
System.out.println("Hello, World!");
System.out.println("Hello, World! main");
}
}