Unable to run tests even in wsl
Hi @priyank-1, could you upload your code to GitHub and share the link? It will be much easier to debug if I can run it directly.
code resides in this repo
Failed to execute /app/your_program.sh: fork/exec /app/your_program.sh: permission denied
The failure seems to caused by missing execution permissions.
You can fix them by running this command:
chmod +x .codecrafters/*
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.