Description Usage Arguments Examples
part 1
1 | pick_board(f, goal = c("win", "lose"))
|
f |
input file |
goal |
win or lose |
1 2 3 | f <- system.file("extdata", "day4.txt", package = "adventofcode21")
pick_board(f, goal = "win") # 63552
pick_board(f, goal = "lose") # 9020
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.