import std.stdio; void main(){ auto val1 = 0,val2 = -9.2; writefln("%d,%f",val1,val2);}
Standard input is empty
0,-9.200000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!