test_that("day6; puzzle 1", {
expect_equal(f06a(example_data_06()), 5934)
})
test_that("day6; puzzle 2", {
expect_equal(f06b(example_data_06()), 26984457539)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.