// barebones app, depends on the standard library import std.stdio; import a; int main() { writeln( "Hello World!" ); return 0; }