Browse Source

One letter fix

content-update
Azamat Alimbayev 5 years ago committed by GitHub
parent
commit
5530b1d1b4
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