package
0.0.0-20240204171805-e61498d205e4
Repository: https://github.com/asphaltbuffet/advent-of-code.git
Documentation: pkg.go.dev

# Functions

IsOrdered compares two packet elements and returns true if they are ordered (left is "smaller").
ParsePacket processes a packet string into a Packet.

# Structs

Exercise for Advent of Code 2022 day 13.