library(adventofcode2021)
m <- read.matrix(input_file(15))
g <- lattice_from_matrix(m)
lowest_total_risk(g)
g2 <- lattice_from_matrix(tile_matrix(m))
lowest_total_risk(g2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.