day 4 done

This commit is contained in:
2024-12-04 22:18:24 -05:00
parent ac3cf84618
commit 06f3e2411d
8 changed files with 182 additions and 16 deletions

View File

@@ -16,6 +16,6 @@ if [ ! -f "${padded}/inputs/input" ]; then
-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
cp index.ts.tmpl ${padded}/index.ts
fi
open "https://adventofcode.com/${__year}/day/${__day##0}"