Began modernizing

This commit is contained in:
2021-09-24 14:34:40 -04:00
parent 2821b34dbd
commit d7d0ed8961
8 changed files with 75 additions and 35 deletions

5
test.java Normal file
View File

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