module hello; import std.stdio; void main() { writefln("Hello World"); }