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

✨ Add day 22. #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

✨ Add day 22. #19

wants to merge 1 commit into from

Conversation

novotl
Copy link
Owner

@novotl novotl commented Dec 23, 2021

Add solution to day 22.

Comment on lines +64 to +65
new_max_point = Point(*map(lambda x: max(-50, min(50, x)), self.max_point))
new_min_point = Point(*map(lambda x: max(-50, min(50, x)), self.min_point))
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leftover constant from old version of the code.

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

Successfully merging this pull request may close these issues.

1 participant