Browse Source

Update README.md

pull/804/head
Christopher Fremond 3 years ago committed by GitHub
parent
commit
6c8047e665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/printcomb2/README.md

2
subjects/printcomb2/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that prints in ascending order on a single line all possible combinations of two different two-digit numbers.
Write a function that prints in ascending order and on a single line: all possible combinations of two different two-digit numbers.
These combinations are separated by a comma and a space.

Loading…
Cancel
Save