Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add sout hello world
  • Loading branch information
Andrey Belov committed Feb 7, 2024
commit 100e233c830b6a30f59da4341c9adeac43ede068
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ public class RestaurantVotingApplication {

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