SyntaxFix
Write A Post
Hire A Developer
Questions
It's possible to see output intended for console by using command line redirection.
For example:
C:\src\bin\Debug\Example.exe > output.txt
will write all the content to output.txt file.
output.txt