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
Have a good day.