forked from JavaTX/JavaCompilerCore
9 lines
152 B
Java
Executable File
9 lines
152 B
Java
Executable File
public class SetzeMain
|
|
{
|
|
public static void main(String[] args)
|
|
{
|
|
Setze s = new Setze();
|
|
s.setze();
|
|
System.out.println("finished");
|
|
}
|
|
} |