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

Solve day 15 for 2021 #396

Merged
merged 3 commits into from
Dec 15, 2021
Merged

Solve day 15 for 2021 #396

merged 3 commits into from
Dec 15, 2021

Conversation

martincostello
Copy link
Owner

Solve the puzzle for Advent of Code 2021 day 15.

Also removes usage of INumber<T> which isn't working with the .NET 6.0.101 SDK by hiding it behind the undefined FEATURE_GENERIC_MATH define (see dotnet/sdk#23073).

Remove usage of INumber<T> as it does not work with the .NET 6.0.101 SDK.
Solve part 1 of the puzzle for day 15.
Solve part 2 of the puzzle for day 15.
@martincostello martincostello added this to the 2021 milestone Dec 15, 2021
@martincostello martincostello merged commit 42a7d2c into main Dec 15, 2021
@martincostello martincostello deleted the 2021-Day-15 branch December 15, 2021 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant