Browse Source

Update README.md

reversed last commit
content-update
Christopher Fremond 4 years ago committed by GitHub
parent
commit
1c186f4b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/printcombn/README.md

2
subjects/printcombn/README.md

@ -2,7 +2,7 @@
### Instructions
- Write a function that prints all possible combinations of **n** different digits in ascending order. (Look at the digits in the examples carefully)
- Write a function that prints all possible combinations of **n** different digits in ascending order.
- n will be defined as : 0 < n < 10

Loading…
Cancel
Save