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 ---
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.