test_that("day 05", {
x <- c("FBFBBFFRLR", "BFFFBBFRRR", "FFFBBBFRRR", "BBFFBBFRLL")
x %>%
convert_seat_string_to_number() %>%
expect_equal(c(357, 567, 119, 820))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.