Skip to content

Commit

Permalink
Remove puzzle instructions from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkedev committed Dec 14, 2019
1 parent bc6ae2c commit 53c65c9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 538 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,4 @@ bin/lint

# Initialize solution for first day
bin/init day1

# Convert instructions for first day to markdown and save to README
bin/instructions day1 > day1/README.md
```
1 change: 0 additions & 1 deletion bin/init
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ mkdir "$day"
trap finish EXIT

echo "export PATH=./bin:$PATH" > "$day/.envrc"
bin/instructions "$day" > "$day/README.md"

if [[ -n $AOC_SESSION_TOKEN ]]; then
curl -s "https://adventofcode.com/2019/day/$date/input" -H "Cookie: session=$AOC_SESSION_TOKEN" > "$day/input"
Expand Down
48 changes: 0 additions & 48 deletions day1/README.md

This file was deleted.

81 changes: 0 additions & 81 deletions day2/README.md

This file was deleted.

87 changes: 0 additions & 87 deletions day3/README.md

This file was deleted.

55 changes: 0 additions & 55 deletions day4/README.md

This file was deleted.

Loading

0 comments on commit 53c65c9

Please sign in to comment.