This commit is contained in:
2011-02-01 18:27:03 +00:00
commit 2516e790ff

6
java/src/Test.java Normal file
View File

@@ -0,0 +1,6 @@
public class Test {
public static void main(String[] args) {
System.out.println("Testen!");
}
}