Skip to content

Commit 284e84a

Browse files
authored
Emoji deco
1 parent f2d2601 commit 284e84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/stats.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if [ "$arg_cloc" = true ]; then
5353
echo
5454
fi
5555

56-
printf "Collected stars per year:\n"
56+
printf "🎅 Collected stars per year:\n"
5757
years=$(find . -maxdepth 1 -type d -regex "\./*[0-9]*" | grep -oE "[0-9]+" | sort)
5858
for year in $years; do
5959
solved=$(nbr_solved "$year")

0 commit comments

Comments
 (0)