Browse Source

Correction

fixDevirged
zainabdnaya 2 years ago committed by zainab Dnaya
parent
commit
23117c2764
  1. 11
      subjects/strisnegative/README.md

11
subjects/strisnegative/README.md

@ -21,14 +21,13 @@ Here is a possible program to test your function :
```go ```go
package main package main
import "piscine"
func main() { func main() {
piscine.StrisNegative("585") StrisNegative("585")
piscine.StrisNegative("-58") StrisNegative("-58")
piscine.StrisNegative("55s44") StrisNegative("55s44")
piscine.StrisNegative("101-1331") StrisNegative("101-1331")
piscine.StrisNegative("5544-") StrisNegative("5544-")
} }
``` ```

Loading…
Cancel
Save