test_that("day 04", {
expect_equal(
f04a_play_bingo(readLines(example_data_04())),
4512
)
expect_equal(
f04b_play_until_last_bingo(readLines(example_data_04())),
1924
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.