fork download
  1. void main(){
  2. auto val1 = 0,val2 = -9.2;
  3. writefln("%d,%f",val1,val2);
  4. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.d(3): Error: undefined identifier writefln
prog.d(3): Error: function expected before (), not writefln of type int
stdout
Standard output is empty