9 lines
184 B
Java
9 lines
184 B
Java
package Sorting;
|
|
|
|
public class AlgorithmTester{
|
|
|
|
public static void main(String[] args) {
|
|
//This is where you will run the program to test your sorting algorithms.
|
|
}
|
|
|
|
} |