Browse Source

Merge pull request #363 from azakost/patch-9

One letter fix
pull/368/head
augusto-mantilla 5 years ago committed by GitHub
parent
commit
cf1d75f471
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() { func main() {
piscine.PrintCombN(1) piscine.PrintCombN(1)
piscine.PrintCombN(2) piscine.PrintCombN(3)
piscine.PrintCombN(9) piscine.PrintCombN(9)
} }
``` ```

Loading…
Cancel
Save