library(adventofcode20)
x <- readLines("./inst/input19.txt")
p1 <- sum(check_messages(x))
p2 <- sum(check_recursive_messages(x))
stopifnot(p1 == aoc20_solutions$day19a)
stopifnot(p2 == aoc20_solutions$day19b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.