We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d984df commit f2d2601Copy full SHA for f2d2601
bin/solve_day.sh
@@ -60,7 +60,7 @@ enter_day() {
60
files+=("part2.${arg_lang}")
61
fi
62
63
- git switch -c "$year/$day" # This could cause issues, let's see.......
+ # git switch -c "$year/$day" # This could cause issues. Yup it did, let's not do!
64
aoc_create_enter "$year" "$day"
65
66
touch "${files[@]}"
0 commit comments