Advent of Code – an annual event in December since 2015.
Every year since then, with the first day of December, a programming puzzles contest is published every day for twenty-four days.
A set of Christmas-oriented challenges provide any input you have to use to answer using the language of your choice.
- copy last years directories
mkdir 2026 && cp -R 2025/* 2026 - remove inputs & code
cd 2026 && rm -rf src/day* && rm inputs/* - Edit the .idea folder in the root project, add a row for the new year to be able to run it in IntelliJ
- follow the README.md in 2026 folder to generate each day