From 982be0a9023a3a699b32596072c17273919b1703 Mon Sep 17 00:00:00 2001 From: Rakhmetuly Zhanserik <119103885+unknownqazaq@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:40:22 +0500 Subject: [PATCH] Update README.md --- subjects/binarycheck/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/binarycheck/README.md b/subjects/binarycheck/README.md index d1adba60..2b231fd1 100644 --- a/subjects/binarycheck/README.md +++ b/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 { } ```