Update test_conflict.java

Signed-off-by: jeet041 <mahorjitendra@gmail.com>
This commit is contained in:
jeet041 2025-06-12 15:33:23 +05:30 committed by GitHub
parent 26d22369f6
commit a2f4bd0dc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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