Files
ldc/lphobos/hello.d
T

6 lines
75 B
D

module hello;
import std.stdio;
void main() { writefln("Hello World"); }