Browse Source

add test

fixDevirged
zainabdnaya 2 years ago committed by zainab Dnaya
parent
commit
b20ea0e7fa
  1. 4
      subjects/strisnegative/README.md

4
subjects/strisnegative/README.md

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

Loading…
Cancel
Save