mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
Update test_conflict.java
Signed-off-by: jeet041 <mahorjitendra@gmail.com>
This commit is contained in:
parent
a73fc8197c
commit
01154ad22e
1 changed files with 8 additions and 0 deletions
|
@ -1 +1,9 @@
|
|||
public class HelloWorld {
|
||||
public static void main(String[] args) {
|
||||
helloWorld();
|
||||
}
|
||||
|
||||
public static void helloWorld() {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue