test_that("Day 23", {
input <- '#############
#...........#
###B#C#B#D###
#A#D#C#A# \n ######### '
example <- read_amphipod(textConnection(input))
expect_equal(min_amphipod_energy(example), 12521)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.