import std.stdio;
void main()
{
    writeln("Hello world!");
}
Output
(Run the program to view its output)