dfmt/tests/hello.d.ref

8 lines
96 B
Plaintext

import std.stdio;
void main()
{
writeln("Hello, world without explicit compilations!");
}