forgot to run the App

This commit is contained in:
Vladislav Golubinov 2020-09-06 11:52:16 +03:00
parent 87cf6b791c
commit 29eecfd048

View File

@ -57,6 +57,7 @@ public class App implements Runnable {
*/
public static void main(String[] args) {
var app = new App();
app.run();
}
@Override