RosettaCodeData/Task/Hello-world-Standard-error/Scala/hello-world-standard-error-4.scala
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

1 line
71 B
Scala

Console.withOut(Console.err) { println("This goes to default _err_") }