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

# Functions

Decode converts a base 5 SNAFU string to an integer in base 10.
Encode converts an integer in base 10 to a base 5 SNAFU string.
Pow returns x^n, the base-x exponential of n.
Reverse returns a new slice with the elements of s in Reverse order.

# Structs

Exercise for Advent of Code 2022 day 25.