day_11

package
v0.0.0-...-0235693 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

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
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL