-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor day02.zig for better line handling
- Refactor `part1` function in `day02.zig` to improve structure and readability using the new `Line` struct - Implement new methods for line validation and selective copying in the `Line` struct - Enhance loop operations in `part1` to integrate line validation and parsing improvements - Add unit testing for the `copy_without_item` method to verify its correct behavior
- Loading branch information
Showing
1 changed file
with
44 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters