Skip to content

Commit a253757

Browse files
authored
Update add day (#3)
* update add_day.sh * update add_day.sh --------- Co-authored-by: Thijs <[email protected]>
1 parent 193b31e commit a253757

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

add_day.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if ! [[ $day =~ ^[0-9]+$ ]]; then
1414
fi
1515

1616
mkdir adventofcode/day$day
17+
touch adventofcode/day$day/__init__.py
1718
touch adventofcode/day$day/data.txt
1819
touch adventofcode/day$day/solution.py
1920
touch adventofcode/day$day/test_day$day.py

adventofcode/day1/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)