The logs show that my program passed tests for stage #NI6, however it fails for #GP4, an already cleared stage.
My program prints out the prompt `($ ) when I test it out locally:
($ )
[~/Projects/codecrafters-shell-go] └─$ ./your_program.sh $
Repo link : https://git.codecrafters.io/00ee75655566978f
Please, I need help.
Hey @Mwawaka, looks like your program was being recompiled every time it ran, which caused the prompt ($) to be printed late. This was due to the deleted .codecrafters folder.
$
.codecrafters
I’ve pushed a fix to your repo. You can run git pull to sync the changes.
git pull
Let me know if you hit any issues after pulling.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.