library(adventofcode2021)
input <- read_scanners(input_file(19))
result <- locate_scanners(input)
nrow(result$beacons)
max(dist(result$scanners, 'manhattan'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.