feat: add a "remember to save" hint

This commit is contained in:
Bjarke Sporring
2026-01-21 11:40:22 +01:00
parent 690b83cead
commit a6b33a441e

View File

@@ -44,6 +44,7 @@ The setup script will create an `answers.md` file in the challenge directory wit
7. View specific commits: `git show <commit-hash>`
8. Compare specific commits: `git diff <commit1> <commit2> <file>`
9. Fill in your answers in `answers.md`
10. Remember to save `answers.md`
> **Important Notes:**
> - You can use any Git commands you like to explore the repository