Skip to content

Instantly share code, notes, and snippets.

View maxfire2008's full-sized avatar

Max Burgess maxfire2008

View GitHub Profile
@maxfire2008
maxfire2008 / aoc-2025-05.py
Created December 5, 2025 13:12
Advent of Code 2025 Day 05 solution
import random
import sys
import traceback
import typing
import pathlib
import llist
import copy
class Input: