From 4d4958aefc253ecd41ad5fb71b4786c5ee989bb4 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sat, 3 Dec 2022 07:01:53 -0500 Subject: [PATCH] output link --- new.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/new.sh b/new.sh index ca742a3..46a9900 100755 --- a/new.sh +++ b/new.sh @@ -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