R/aoc_view_puzzle.R
aoc_view_puzzle.Rd
Opens a web browser to the page of the wanted year and day
aoc_view_puzzle(year, day)
Numeric. Year of the challenge.
Numeric. Day of the challenge.
Nothing.
if (FALSE) { aoc_view_puzzle(2022, 1) }