Update test_conflict.java

Signed-off-by: jeet041 <mahorjitendra@gmail.com>
This commit is contained in:
jeet041 2025-04-24 13:49:57 +05:30 committed by GitHub
parent 63de9a10f2
commit bb4becce4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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