test_that("day11; puzzle 1", {
expect_equal(f11a(example_data_11()), 1656)
})
test_that("day11; puzzle 2", {
expect_equal(f11b(example_data_11()), 195)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.