Browse Source

add test

strisnegative
zainabdnaya 2 years ago
parent
commit
0cdc5c84f4
  1. 4
      subjects/strisnegative/README.md

4
subjects/strisnegative/README.md

@ -27,6 +27,8 @@ func main() {
piscine.StrisNegative("585")
piscine.StrisNegative("-58")
piscine.StrisNegative("55s44")
piscine.StrisNegative("101-1331")
piscine.StrisNegative("5544-")
}
```
@ -37,5 +39,7 @@ $ go run .
P
N
!
!
!
```

Loading…
Cancel
Save