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

6 lines
75 B
D
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import std.stdio;
void main () {
stderr.writeln("Goodbye, World!");
}