fork download
  1. import std.stdio;
  2.  
  3. int main(string[] argv)
  4. {
  5. writeln( "Hello World" );
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0.01s 2120KB
stdin
Standard input is empty
stdout
Hello World