//
pkg.gl
Category
github.com/colasnahaboo/advent-of-code-my-solutions
go
2016
days
d01
package
0.0.0-20241213165744-7bb3ea5db4ba
Repository:
https://github.com/colasnahaboo/advent-of-code-my-solutions.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
214 SLOC
#
Functions
VP
VP = fmt.Println.
VPf
VPf = fmt.Printf.
VPn
VPn (echo -n) = fmt.Print.
#
Structs
Coord
we use a map of coords to keep trace of visited places this is simpler than a 2D slice.
Person
No description provided by the author