6 lines
78 B
Java
6 lines
78 B
Java
|
|
void main(String[] args) {
|
|
var app = new Application();
|
|
app.run();
|
|
}
|