RosettaCodeData/Task/Hello-world-Standard-error/D/hello-world-standard-error-1.d

6 lines
75 B
D
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
import std.stdio;
void main () {
stderr.writeln("Goodbye, World!");
}