+ 1
Clearing console output
C#. In SoloLearn environment Console.Clear() don't work. It is due to redirecting the data from console to file (and exception occurred). May be somebody know how to fix this problem?
3 Réponses
+ 2
Thank you for your answers!
0
Work on a desktop with visual studio community version. While the playground needs all input first, runs it on a remote machine, and sends the output back in one go. Having a clear method is not usefull.
0
Hi, you can try with my code for Binary Time Clock. Please use a Visual Studio Community (its free).
Happy Coding
https://code.sololearn.com/c5T5ohiGMq7n/#cs