Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 155 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 155 Bytes

Exercise 5-14

Modify the sort program to handle a -r flag, which indicates sorting in reverse (decreasing) order.

Be sure that -r works with -n.