package
0.0.0-20241228161114-16f4b890328a
Repository: https://github.com/andreaskaempf/adventofcode.git
Documentation: pkg.go.dev

# Functions

Convert decimal number to SNAFU: - Places values are 5 instead of 10 - Convert -1 to '-' and -2 to '=' as in convert, but also - But also: 4 -> 2, 3 > 1, 2 -> 0.

# Structs

Pairs, for testing.