library(adventofcode21)
x <- scan("./inst/input06.txt", sep = ",")
p1 <- f06a(x)
p2 <- f06b(x)
stopifnot(p1 == aoc_solutions$day06a)
stopifnot(p2 == aoc_solutions$day06b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.