Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Ryder Belserion <[email protected]>
  • Loading branch information
ryderbelserion authored Jan 7, 2025
1 parent ae9cd91 commit ba55d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ryderbelserion/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public class App {
public static void main(String[] args) {
System.out.println("Hello World! This is a test!");

System.out.println("My name is beanie the rabbit")
System.out.println("My name is beanie the rabbit");
}
}

0 comments on commit ba55d39

Please sign in to comment.