]> git.pld-linux.org Git - packages/test.git/blame - Test.java
test
[packages/test.git] / Test.java
CommitLineData
03f0bc78
ER
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
6public class Test {
7 public static void main(String[] args) {
8 }
9}
This page took 0.06603 seconds and 4 git commands to generate.