Sortierung/__SHELL15.java

8 lines
141 B
Java

public class __SHELL15 extends bluej.runtime.Shell {
public static void run() throws Throwable {
InsertionSort.InsertionSort();
}}