learn-dlang/lesson#2/main.d

5 lines
79 B
D

import std.stdio; // input & output
void main() {
writeln("Hello, Dlang!");
}