import std.stdio; void main(){ writeln("a = 1"); writeln("a = 2");}
Standard input is empty
a = 1 a = 2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!