Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Неверный пример вызова функции в задании #134

Open
belgoros opened this issue Jan 20, 2025 · 0 comments

Comments

@belgoros
Copy link

Пример вызова функции в задании не совсем правильный:

Solution.is_point_inside_circle(point, {:circle, {:point, 10, 10}, 100})

т.к. переменная point нигде не указана. Даже если и понятен замысел, вместо этого правильнее было бы указать реальные параметры, например:

Solution.is_point_inside_circle( {:point, 10, 10}, {:circle, {:point, 10, 10}, 100})

Пробоваль открыть PR, но в указаннном для связи ТГ канале отправка сообщений заблокирована🤨.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant