//
pkg.gl
Category
github.com/colasnahaboo/advent-of-code-my-solutions
go
2016
days
d12
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
8
Dependents
0
Files
341 SLOC
#
Functions
IndexOf
No description provided by the author
VP
VP = fmt.Println.
VPf
VPf = fmt.Printf.
VPn
VPn (echo -n) = fmt.Print.
#
Structs
Instr
code instructions are 3 ints: op reg value op 0=cpy int, 1=cpy reg, 2=inc val, 3=jnz int, 4=jnz reg.