dfmt/tests/knr/issue0426.d.ref

7 lines
81 B
Plaintext

import std.stdio;
@safe extern (C) void main()
{
writeln("Hello World!");
}