library(adventofcode2021) heights <- read.matrix(input_file(9)) sum(lowest_points(heights) + 1) prod(basins(heights))
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.