library(adventofcode2019)
input03 <- strsplit(readLines(input_file(3)), ',')
message(do.call(find_intersection, input03))
message(do.call(find_intersection2, input03))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.