How to add log to code

I’m stuck on Stage #TZ7.
Language I am using : C

The issue :
I cant debug using print statements.
Since this challenge is about multi line errors, and to pass the tests, the output in both stdout and stderr must be same as they have specified, I cant print log into any one of those output streams.

any way to write logs to screen that wont fail the test?

Thank you :slight_smile:
Have a good day.

Hey @PSQUAREJ, unfortunately it’s a bit tricky to print debug info in our test runner for this case. I’d recommend testing it locally for easier debugging.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.