io/console/output-b - Output when running the program as just App. | Lecture 10 - slide 23 : 40 Program 5 |
Keeping standard output and error unchanged Text to std output - by Console.Out.WriteLine Text to standard output - by Console.WriteLine(...) Error msg - by Console.Error.WriteLine(...) Now we are back again Good Bye