import std.stdio; void main(string[] args) { writeln("Hello World!"); writeln("Press enter..."); readln(); }