Browse Source

Little fix

If you passing parameter with '2' it should have output like these 
01, 02, 03, 04, 05, 06, 07, ... 67, 78, 89
OR 
you just have to simply replace 3 by 2
content-update
Azamat Alimbayev 5 years ago committed by GitHub
parent
commit
97919bb9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/printcombn.en.md

2
subjects/printcombn.en.md

@ -31,7 +31,7 @@ import piscine ".."
func main() {
piscine.PrintCombN(1)
piscine.PrintCombN(2)
piscine.PrintCombN(3)
piscine.PrintCombN(9)
}
```

Loading…
Cancel
Save