Browse Source

Update README.md

content-update
Christopher Fremond 4 years ago committed by GitHub
parent
commit
e97c977f79
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.
- Write a function that prints all possible combinations of **n** different digits in ascending order. (Look at the digits in the examples carefully)
- n will be defined as : 0 < n < 10

Loading…
Cancel
Save