Opens a web browser to the page of the wanted year and day

aoc_view_puzzle(year, day)

Arguments

year

Numeric. Year of the challenge.

day

Numeric. Day of the challenge.

Value

Nothing.

Examples

if (FALSE) {
aoc_view_puzzle(2022, 1)
}