RosettaCodeData/Task/Hello-world-Text/Scala/hello-world-text-4.scala

2 lines
83 B
Scala
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
Console.withErr(Console.out) { Console.err.println("This goes to default _out_") }