For this assignment, you will be implementing two sorting algorithms: selection sort and insertion sort.
Add code to MyMain.java to do the desired thing.
The easiest way to run your code is to press the play button in MyMain.java.
However, you can also run your code by typing the following into the Terminal.
make run
Alternatively, if that doesn't work, use:
./gradlew run