aocinit

Perl utility to initialize directories and files for the Advent of Code
git clone git://git.samirparikh.com/aocinit
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-12-26 22:53update program so that execution does not end if boilerplate file already exists so that we can continue with downloading the input file in case it does not exist.Samir Parikh1+2-1
2022-12-23 20:24update so that we don't overwrite already existing solution or input filesSamir Parikh1+8-0
2022-12-21 17:43add line to make newly created boilerplate file executableSamir Parikh1+2-1
2022-12-20 19:12add licenseSamir Parikh1+21-0
2022-12-20 17:01make minor updatesSamir Parikh1+8-6
2022-12-20 16:00get all initial functionaltiy workingSamir Parikh1+44-15
2022-12-19 21:01refactor creation of boilerplate file into separate subroutineSamir Parikh1+22-7
2022-12-16 20:14get creation of boilerplate code to workSamir Parikh1+25-1
2022-12-16 14:07cleanup codeSamir Parikh1+7-31
2022-12-15 17:57add README and initial version of aocinit filesSamir Parikh2+110-0