Skip to content

Commit 454d588

Browse files
authored
fix path; add Data to .gitignore (#4)
1 parent 3811a58 commit 454d588

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ DerivedData/
88
.netrc
99
lcov.info
1010
Package.resolved
11+
Sources/Data/Day*.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extensions useful:
2929

3030
The challenges assume three files (replace 00 with the day of the challenge).
3131

32-
- `Data/Day00.txt`: the input data provided for the challenge
32+
- `Sources/Data/Day00.txt`: the input data provided for the challenge
3333
- `Sources/Day00.swift`: the code to solve the challenge
3434
- `Tests/Day00.swift`: any unit tests that you want to include
3535

0 commit comments

Comments
 (0)