`aocinit` is a Perl utility to help organize your Advent of Code directories and subdirectories. It automatically creates folders for each year's events and each day's exercises. It also provides some boilerplate code so you can spend more time solving the challenges. Usage: `aocinit [year] [day]` where: `[year]` is the two-digit year (e.g. '22') '[day]` is the two-digit day (e.g. '08' or '15') You can configure the location of where to put the directories and any directory prefix by changing the `$PATH_FROM_HOME` and `$DIR_PREFIX` variables.