1
0
This commit is contained in:
2024-12-11 20:03:06 +01:00
parent 6946298ed7
commit 3cab145b01
4 changed files with 68 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ if ! [[ "$X" =~ ^[0-9]{2}$ ]]; then
fi
cp src/template.rs src/day$X.rs
git add src/day$X.rs
touch input/day$X.txt
# Define the placeholder you want to replace