mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
6 lines
75 B
D
6 lines
75 B
D
module hello;
|
|
|
|
import std.stdio;
|
|
|
|
void main() { writefln("Hello World"); }
|