Skip to content

Commit

Permalink
Update add day (#3)
Browse files Browse the repository at this point in the history
* update add_day.sh

* update add_day.sh

---------

Co-authored-by: Thijs <[email protected]>
  • Loading branch information
Thijss and Thijss authored Dec 1, 2023
1 parent 193b31e commit a253757
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions add_day.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if ! [[ $day =~ ^[0-9]+$ ]]; then
fi

mkdir adventofcode/day$day
touch adventofcode/day$day/__init__.py
touch adventofcode/day$day/data.txt
touch adventofcode/day$day/solution.py
touch adventofcode/day$day/test_day$day.py
Empty file added adventofcode/day1/__init__.py
Empty file.

0 comments on commit a253757

Please sign in to comment.