]> git.pld-linux.org Git - packages/test.git/blob - Test.java
test
[packages/test.git] / Test.java
1 /**
2  * Class for testing Class Version this JVM is able to load
3  * We test this by compiling class and looking it's version.
4  */
5
6 public class Test {
7     public static void main(String[] args) {
8         }
9 }
This page took 0.063033 seconds and 3 git commands to generate.