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