library(adventofcode18)
x <- readLines("./inst/input{{{ dd_number }}}.txt")
p1 <- f{{{ dd_number }}}a(x)
p2 <- f{{{ dd_number }}}b(x)
stopifnot(p1 == aoc18_solutions$day{{{ dd_number }}}a)
stopifnot(p2 == aoc18_solutions$day{{{ dd_number }}}b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.