Skip to content

Commit 100e233

Browse files
author
Andrey Belov
committed
add sout hello world
1 parent 35a21d4 commit 100e233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/ru/javaops/bootjava/RestaurantVotingApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ public class RestaurantVotingApplication {
1010

1111
public static void main(String[] args) {
1212
SpringApplication.run(RestaurantVotingApplication.class, args);
13+
System.out.println("Hello world!");
1314
}
1415
}

0 commit comments

Comments
 (0)