Can I, and should I write my own tests for local testing? I want to check for some edge cases before submitting. Rewriting the entire logic of my code after failing one “codecrafters test” is tiring.
I have been stuck on the “implement the echo command” for days now, and not sure how to go forward.