Move to . seperators to not confuse the rest of the scripts

This commit is contained in:
Ethan McCue 2023-05-17 22:38:38 -04:00
parent 132f21cf74
commit ebf8fc7735
11 changed files with 8 additions and 6 deletions

5
packages/java/21.ea.22/test.java vendored Normal file
View file

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