fork download
  1. import std.stdio;
  2.  
  3.  
  4. void main(){
  5.  
  6. writeln("Hello !");
  7.  
  8. }
Success #stdin #stdout 0.01s 2120KB
stdin
Standard input is empty
stdout
Hello !