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