library(adventofcode2021)
input <- scan(input_file(6), sep = ',', quiet = TRUE)
lanternfish(input)
format(lanternfish(input, 256), scientific = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.