suppressMessages(devtools::load_all("."))
input_file <- system.file("extdata/__DAY__.txt", package = "adventofcode2021")
part1 <-
print_result(day = __day__, part = 1, part1)
check_answer(day = __day__, part = 1, part1)
part2 <-
print_result(day = __day__, part = 2, part2)
check_answer(day = __day__, part = 2, part2)
print_sep()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.