import std.c.stdio; printf ("%d\n", "HELLLOO");
Standard input is empty
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"'
Standard output is empty