library(adventofcode2021)
positions <- scan(input_file(7), sep = ',', quiet = TRUE)
minimize_fuel(positions)
minimize_fuel2(positions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.