add halp package for printing infinite grids, which seems to be quite common. generics may be useful here oneday...

This commit is contained in:
alexchao26
2021-12-30 20:03:25 -05:00
parent a8ffba20f7
commit 2a3bffd659
4 changed files with 71 additions and 52 deletions
+3
View File
@@ -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