🔀 Merged via GitHub API

Update test_conflict.java
This commit is contained in:
jeet041 2025-06-17 14:27:14 +05:30 committed by GitHub
commit d6ffa74f0d
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! main");
System.out.println("Hello, World! dev");
}
}