update cc problem paths

This commit is contained in:
Harivansh Rathi 2025-12-14 16:34:50 -05:00
parent 7d711afd68
commit ecf63dcff3
4 changed files with 30 additions and 9 deletions

View file

@ -38,5 +38,10 @@ Problem name: $ARGUMENTS (if empty, ask which problem they need help with)
- Ask if they want more specific hints after each level
- Encourage them to try implementing after each hint
## Read the problem first
Read: problems/*/$ARGUMENTS/solution.py (find the matching problem directory)
## Find the problem
First, find the veetcode problems directory:
```bash
VEET_DIR=$(veet problems-dir 2>/dev/null || echo "$HOME/.veetcode/problems")
```
Then read: $VEET_DIR/*/$ARGUMENTS/solution.py (find the matching problem directory)