dfmt/tests/allman/hello.d.ref

7 lines
95 B
Plaintext

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