test_that("day4; puzzle 1", {
expect_equal(f04a(example_data_04()), 4512)
})
test_that("day4; puzzle 2", {
expect_equal(f04b(example_data_04()), 1924)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.