Browse Source

Update README.md

DEV-3241-DEV-3242-corewar
Hamza elkhatri 2 years ago committed by Dav Hojt
parent
commit
d0463615cb
  1. 6
      subjects/printrange/README.md

6
subjects/printrange/README.md

@ -1,4 +1,6 @@
### print-range
## print-range
### instructions
- Write a function named `printRange` that takes a start and end number and prints all the numbers in that range.
- If the start number is greater than the end number, print the numbers in descending order.
@ -40,4 +42,4 @@ $ go run . | cat -e
$
0 1 2 3 4 5 6 7 8 9$
$
```
```

Loading…
Cancel
Save