fork download
  1. import std.stdio;
  2.  
  3. void main(){
  4. auto val1 = 0,val2 = -9.2;
  5. writefln("%d,%f",val1,val2);
  6. }
Success #stdin #stdout 0.01s 2120KB
stdin
Standard input is empty
stdout
0,-9.200000