update structure

This commit is contained in:
2024-11-10 16:53:17 +01:00
parent b15a2a38b8
commit fd69220fe5
55 changed files with 7 additions and 2 deletions

1
2015/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
**/__pypache__/

View File

@@ -10,11 +10,15 @@ if [ ! -f "helpingFuctions.py" ]
then
cp ../yearTemplate/helpingFunctions.py ./helpingFunctions.py
fi
if [ ! -d "day${i}" ]
then
mkdir data
fi
for i in {00..25}
do
if [ ! -d "day${i}" ]
if [ ! -d "./data/day${i}" ]
then
mkdir day${i}
mkdir data/day${i}
fi
touch ./day${i}/input.day${i}