dfmt/tests/allman/issue0101.d.ref

10 lines
132 B
Plaintext

#! /usr/bin/env rdmd
import std.stdio : writeln;
int main(immutable string[] args)
{
writeln("Hello World!");
return 0;
}