test_that("day5; puzzle 1", {
expect_equal(f05a(example_data_05()), 5)
})
test_that("day5; puzzle 2", {
expect_equal(f05b(example_data_05()), 12)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.