May 04, 2019
void main()
{
    import std.stdio;
    "Hello".writeln;
}