mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-21 03:04:33 +00:00
update cc problem paths
This commit is contained in:
parent
7d711afd68
commit
ecf63dcff3
4 changed files with 30 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue