Description Usage Arguments Examples
polymer fun
1 | polymerize(file, steps)
|
file |
input file |
steps |
number of steps to run |
1 2 3 | file <- system.file("extdata", "day14.txt", package = "adventofcode21")
polymerize(file, 10)
polymerize(file, 40)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.