output link

This commit is contained in:
2022-12-03 07:01:53 -05:00
parent e534f10134
commit 4d4958aefc
+1
View File
@@ -14,4 +14,5 @@ if [ "${1}" != "" ]; then
if [ ! -f "${padded}/main.rs" ]; then if [ ! -f "${padded}/main.rs" ]; then
cp -n main.rs.tmpl ${padded}/main.rs cp -n main.rs.tmpl ${padded}/main.rs
fi fi
echo "https://adventofcode.com/2022/day/${1}"
fi fi