void main(){ auto val1 = 0,val2 = -9.2; writefln("%d,%f",val1,val2);}
Standard input is empty
prog.d(3): Error: undefined identifier writefln prog.d(3): Error: function expected before (), not writefln of type int
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!