On 06/07/2023 7:07 PM, Cecil Ward wrote:
On Thursday, 6 July 2023 at 06:17:34 UTC, Richard (Rikki) Andrew Cattermole wrote:
2 Recommendations:

1. Attach a debugger
2. Make sure to flush stdout whenever you write

I assumed that buffering was to blame. How do I flush stdout?

stdout.flush;

https://dlang.org/phobos/std_stdio.html#.stdout

Reply via email to