mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 11:53:13 +01:00
7 lines
84 B
D
7 lines
84 B
D
module imports2;
|
|
import std.stdio;
|
|
|
|
void main() {
|
|
writefln("Hello world!"[]);
|
|
}
|