chore(day23): solution for day23 pt1/pt2 #22

Open
xuu wants to merge 1 commits from day23 into main
Owner
No description provided.
xuu added 1 commit 2024-01-09 21:03:32 -07:00
chore(day23): solution for day23 pt1/pt2
All checks were successful
Go Test / build (pull_request) Successful in 36s
e611d48ab7
xuu force-pushed day23 from e611d48ab7 to 0dc039f032 2024-01-13 11:47:54 -07:00 Compare
All checks were successful
Go Test / build (pull_request) Successful in 36s
This pull request has changes conflicting with the target branch.
  • grids.go
  • itertools_test.go
  • math_test.go
  • set_test.go

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin day23:day23
git checkout day23

Merge

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff day23
git checkout main
git merge --ff-only day23
git checkout day23
git rebase main
git checkout main
git merge --no-ff day23
git checkout main
git merge --squash day23
git checkout main
git merge --ff-only day23
git checkout main
git merge day23
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xuu/advent-of-code#22
No description provided.