d8

package
v0.0.0-...-3cf76cc Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SolvePart1

func SolvePart1(inst []*Instruction) int

SolvePart1 .

func SolvePart2

func SolvePart2(inst []*Instruction) (int, error)

SolvePart2 .

Types

type Instruction

type Instruction struct {
	Op  Operation
	Val int
}

Instruction ..

func DecodeOne

func DecodeOne(s string) (*Instruction, error)

DecodeOne ..

func ParseInput

func ParseInput(f []byte) ([]*Instruction, error)

ParseInput ..

type Operation

type Operation int

Operation ..

Jump to

Keyboard shortcuts

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