Fix for Janco

This commit is contained in:
2015-05-03 21:57:46 +02:00
parent 39484a720d
commit 435296b9be
5 changed files with 0 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package main;
public class Main {
public static void main(String[] args) {
new Window();
}
}