fork download
  1. import std.c.stdio;
  2. printf ("%d\n", "HELLLOO");
  3.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.d(2): found '"%d\x0a"' when expecting ')'
prog.d(2): no identifier for declarator printf
prog.d(2): no identifier for declarator printf
prog.d(2): semicolon expected, not '"HELLLOO"'
prog.d(2): Declaration expected, not '"HELLLOO"'
stdout
Standard output is empty