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

Use u64 to represent solutions #75

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Use u64 to represent solutions #75

merged 3 commits into from
Dec 11, 2024

Conversation

penelopeysm
Copy link
Contributor

Hello, it's been a great experience using the template this year :)

Today was the second time this year (I think) where the answer was too large for a u32, so in line with #74 I'm making this PR to bump it to u64 instead.

Fixes #74

Some puzzles have solutions which are too large for `u32`s.
@fspoettel fspoettel merged commit 012c8e1 into fspoettel:main Dec 11, 2024
@fspoettel
Copy link
Owner

Thank you @penelopeysm! 🎄 🌟

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.

Uses u32 for answers, today's answer required u64.
2 participants