library(adventofcode2021)
target <- read_target(readLines(input_file(17)))
search_trajectories(target, trick = TRUE)
search_trajectories(target, trick = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.