output link

This commit is contained in:
David 2022-12-03 07:01:53 -05:00
parent e534f10134
commit 4d4958aefc
1 changed files with 1 additions and 0 deletions

1
new.sh
View File

@ -14,4 +14,5 @@ if [ "${1}" != "" ]; then
if [ ! -f "${padded}/main.rs" ]; then
cp -n main.rs.tmpl ${padded}/main.rs
fi
echo "https://adventofcode.com/2022/day/${1}"
fi