This commit is contained in:
Parker TenBroeck 2025-04-03 00:22:50 -04:00
commit bce3396cf5
9 changed files with 695 additions and 0 deletions

5
src/Main.java Normal file
View file

@ -0,0 +1,5 @@
public class Main {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}