exercism / java

Exercism exercises in Java.
https://exercism.org/tracks/java
MIT License
690 stars 671 forks source link

Fixing the sorting order example in the instructions.md for the remote-controlcompetition exercise #2746

Closed rkabhishek closed 7 months ago

rkabhishek commented 7 months ago

pull request

The instructions mentioned that the TestTrack.getRankedCars() returns the cars in descending order but the example returns the cars in ascending order. This PR is for fixing it.


Reviewer Resources:

Track Policies