day 3 in the books; add a template starter

This commit is contained in:
2024-12-03 21:42:55 -05:00
parent 0199cc2d68
commit ac3cf84618
3 changed files with 144 additions and 0 deletions

View File

@@ -15,4 +15,7 @@ if [ ! -f "${padded}/inputs/input" ]; then
-A "https://git.yetaga.in/alazyreader/AdventOfCode${__year}/" \
-H "Cookie: session=`cat .cookie`" https://adventofcode.com/${__year}/day/${__day##0}/input > "${padded}/inputs/input"
fi
if [ ! -f "${padded}/index.ts" ]; then
cp index.tmpl.ts ${padded}/index.ts
fi
open "https://adventofcode.com/${__year}/day/${__day##0}"