Documentation ¶ Index ¶ func Part1() func Part2() type BigMonkey type Monkey Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Part1 ¶ func Part1() func Part2 ¶ func Part2() Types ¶ type BigMonkey ¶ type BigMonkey struct { ID int Items []*big.Int Operation func(*big.Int) *big.Int Test func(*big.Int) bool ThrowToIfTrue int ThrowToIfFalse int Activity int // contains filtered or unexported fields } type Monkey ¶ type Monkey struct { ID int Items []int Operation func(int) int Test func(int) bool ThrowToIfTrue int ThrowToIfFalse int Activity int } Source Files ¶ View all Source files day_11.go input.go Directories ¶ Show internal Expand all Path Synopsis cmd Click to show internal directories. Click to hide internal directories.