Skip to content

Commit

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

public class JavaHelper {

public static void printMessage(String message) {
System.out.println(message);
}

// TODO: Add more utility functions as needed

}

0 comments on commit eb71e8a

Please sign in to comment.