Browse Source

Update README.md

pull/2126/merge
Rakhmetuly Zhanserik 1 month 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
```go
func BinaryCheck(nbr int) int {
func BinaryCheck(nbr int32) int {
}
```

Loading…
Cancel
Save