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