Update README.md

This commit is contained in:
Rakhmetuly Zhanserik 2024-03-26 21:40:22 +05:00 committed by MSilva95
parent 2e4278476f
commit 982be0a902
1 changed files with 1 additions and 1 deletions

View File

@ -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 {
}
```