mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 11:23:14 +01:00
7 lines
84 B
D
7 lines
84 B
D
import tango.io.Console;
|
|
|
|
void main()
|
|
{
|
|
Cout("Hi, says LDC + Tango").newline;
|
|
}
|