R/setup.R
aoc_delete_conclusion.Rd
Delete the introduction post with relative path ./YYYY/day/conclusion (where YYYY is the value of year), if it exists.
./YYYY/day/conclusion
YYYY
year
aoc_delete_conclusion(year = NULL)
An integer representing the year, from 2015 to the current year. Defaults to the current year.
aoc_new_conclusion()
if (FALSE) aoc_delete_conclusion(2022)