Day 4: Improve input processing using a hashset instead of parsing an… #10
Annotations
5 warnings
build-and-run
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-and-run:
AdventOfCode/Day04.cs#L14
Field 'Day04.Card.WinningNumbers' is never assigned to, and will always have its default value null
|
build-and-run:
AdventOfCode/Day04.cs#L15
Field 'Day04.Card.DrawnNumbers' is never assigned to, and will always have its default value null
|
build-and-run:
AdventOfCode/Day04.cs#L14
Field 'Day04.Card.WinningNumbers' is never assigned to, and will always have its default value null
|
build-and-run:
AdventOfCode/Day04.cs#L15
Field 'Day04.Card.DrawnNumbers' is never assigned to, and will always have its default value null
|