Browse Source

Update README.md

pull/2547/head
Rakhmetuly Zhanserik 2 months ago committed by MSilva95
parent
commit
982be0a902
  1. 2
      subjects/binarycheck/README.md

2
subjects/binarycheck/README.md

@ -7,7 +7,7 @@ Write a function that takes an int as an argument and returns 0 if the number is
### Expected function ### Expected function
```go ```go
func BinaryCheck(nbr int) int { func BinaryCheck(nbr int32) int {
} }
``` ```

Loading…
Cancel
Save