fork download
  1. import std.stdio;
  2.  
  3. void main()
  4. {
  5. writeln("a = 1");
  6. writeln("a = 2");
  7. }
Success #stdin #stdout 0s 4096KB
stdin
Standard input is empty
stdout
a = 1
a = 2