We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550bd59 commit 20e4840Copy full SHA for 20e4840
README.md
@@ -44,7 +44,7 @@ For each day, provide an input file named `input.gpg` and a solution file named
44
Provide the encryption/decryption passphrase as the `gpg-passphrase` input.
45
This means that someone will need to complete the day's challenge and:
46
47
-1. Write their answers to `answer.txt`, with the part one answer on the first line and the part two line on the second.
+1. Write their answers to `answer.txt`, with the part one answer on the first line and the part two answer on the second.
48
1. Write the problem input to `input.txt`.
49
1. Encrypt the files with something like `gpg --batch --yes --symmetric --passphrase "your_secret" --output input|answers.gpg input|answers.txt`.
50
0 commit comments