Skip to contents

Create a conclusion post with relative path ./YYYY/day/conclusion (where YYYY is the value of year) by copying the template at ./_templates/YYYY-conclusion and substituting YYYY for the value of year, both in the new file name and in the file itself.

Usage

aoc_new_conclusion(year = NULL)

Arguments

year

An integer representing the year, from 2015 to the current year. Defaults to the current year.

Value

The path to the conclusion post (invisibly)

Examples

if (FALSE) aoc_new_introduction(2022)