test_that("day14; puzzle 1", {
expect_equal(f14a(example_data_14()), 1588)
})
test_that("day14; puzzle 2", {
expect_equal(f14b(example_data_14()), 2188189693529)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.