Update App.java and MainWindow.java

This commit is contained in:
Andrea Cavalli 2020-10-15 13:00:37 +02:00
parent 0831c727a2
commit 284f952da0
2 changed files with 0 additions and 10 deletions

View File

@ -1,8 +0,0 @@
package it.cavallium.transferbot;
public class App {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}

View File

@ -1,2 +0,0 @@
package it.cavallium.transferbot;public class MainWindow {
}