Browse Source

Update reverserange.en.md

content-update
Christopher Fremond 5 years ago committed by GitHub
parent
commit
05b27913e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/reverserange.en.md

2
subjects/reverserange.en.md

@ -6,7 +6,7 @@ Write a program which must:
- **Allocate (with make())** an array of integers.
- Fill it with consecutive values that begins at the second argument and end at the first argument (Including the first and second argument !).
- Fill it with consecutive values that begins at the second argument and end at the first argument (Including the values of thoses arguments !).
- That prints the array.

Loading…
Cancel
Save