more tests directory, fix missing tests

This commit is contained in:
Brian Seymour 2020-06-08 20:54:21 -05:00
parent e21173173f
commit 0b85a84877
24 changed files with 43 additions and 43 deletions

5
lxc/tests/test.java Normal file
View file

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