suppressPackageStartupMessages({
  library(tidyverse)
  library(here)
  library(glue)

  knitr::opts_chunk$set(echo = TRUE)
})

options(scipen = 9999999)
options(dplyr.summarise.inform = FALSE)

--- Data ---

# tanho63/aoc.elf
aoc.elf::aoc_get(day = 3, year = 2015)
input <- readLines(here::here("2015/day-03-input.txt"))

--- Part 1 ---


--- Part 2 ---




tanho63/aoc.elf documentation built on Jan. 30, 2024, 1:50 p.m.