library(adventofcode2021)
reactor <- read_cubes(input_file(22))
reboot_reactor(reactor, init = TRUE)
reboot_reactor(reactor) |> format(scientific = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.