inst/solution24.R

library(adventofcode2021)
instructions <- read_alu(input_file(24))
alu_model_number(instructions)
alu_model_number(instructions, minimize = TRUE)
Selbosh/adventofcode2021 documentation built on Jan. 1, 2022, 7:20 p.m.