Skip to content

Commit

Permalink
Create Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-exe authored Aug 12, 2024
1 parent 1ffe985 commit bc51ea4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/java/Main.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Main.java
// Main Java application entry point (Placeholder)

public class Main {
public static void main(String[] args) {
System.out.println("Hello, World!");
// TODO: Implement the main logic of your Java application here
}
}

0 comments on commit bc51ea4

Please sign in to comment.