Files
advent-of-code-go/halp/halp.go
T

4 lines
165 B
Go

// Package halp is a bunch of helpers for AOC specific debugging like printing
// infinite grids (map[[2]int]<T> <- Go generics will be useful here...)
package halp