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