Running into test failures that are hard to debug? Try these steps.
codecrafters.yml
file in the root of your repository and pushing a new commit to trigger a build.
Here’s what test output looks like with debug mode turned off (the default):
[your_program]
prefix.
Adding logs in your code can help narrow down the problem.