mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-06-07 12:45:10 +02:00
add halp package for printing infinite grids, which seems to be quite common. generics may be useful here oneday...
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user