library(adventofcode2021)
input2 <- read.table(input_file(2),
col.names = c('cmd', 'value'))
dive(input2)
dive2(input2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.