mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
10 lines
140 B
Java
10 lines
140 B
Java
package org.toop;
|
|
|
|
import org.toop.app.App;
|
|
|
|
public final class Main {
|
|
static void main(String[] args) {
|
|
App.run(args);
|
|
}
|
|
}
|