Skip to content

Commit

Permalink
change App
Browse files Browse the repository at this point in the history
  • Loading branch information
gpiento committed Apr 2, 2024
1 parent 67a4f77 commit 6c8787f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/hexlet/code/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ public String getGreeting() {

public static void main(String[] args) {
System.out.println(new App().getGreeting());

}
}

0 comments on commit 6c8787f

Please sign in to comment.