library(adventofcode21)
x <- as.numeric(readLines("./inst/input01.txt"))
p1 <- f01a(x)
p2 <- f01b(x)
stopifnot(p1 == aoc_solutions$day01a)
stopifnot(p2 == aoc_solutions$day01b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.