We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3811a58 commit 454d588Copy full SHA for 454d588
.gitignore
@@ -8,3 +8,4 @@ DerivedData/
8
.netrc
9
lcov.info
10
Package.resolved
11
+Sources/Data/Day*.txt
README.md
@@ -29,7 +29,7 @@ extensions useful:
29
30
The challenges assume three files (replace 00 with the day of the challenge).
31
32
-- `Data/Day00.txt`: the input data provided for the challenge
+- `Sources/Data/Day00.txt`: the input data provided for the challenge
33
- `Sources/Day00.swift`: the code to solve the challenge
34
- `Tests/Day00.swift`: any unit tests that you want to include
35
0 commit comments