tweak: expand upon some explanations

This commit is contained in:
Bjarke Sporring
2026-01-21 11:56:56 +01:00
parent 13dd2317f9
commit 3a4fe8ce9e
4 changed files with 16 additions and 6 deletions

View File

@@ -52,6 +52,9 @@ You're working on a calculator application. A developer added a `divide` functio
1. **Navigate to the challenge directory:**
```pwsh
cd challenge
# and check the contents. We should notice that divide.py exists, this will be reverted
ls
```
2. **Check which branch you're on** (you should be on `regular-revert`):