inst/solution03.R

library(adventofcode2021)
input <- read.fwf(input_file(3), widths = rep(1, 12))
power_consumption(input)
life_support(input)
Selbosh/adventofcode2021 documentation built on Jan. 1, 2022, 7:20 p.m.