mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-05-19 03:23:27 +02:00
4 lines
165 B
Go
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
|