import std.c.stdio; int main() { stdout.writeLine("Kitty on your lap"); return 0; }
Standard input is empty
prog.d(5): Error: no property 'writeLine' for type 'shared(_iobuf)' prog.d(5): Error: function expected before (), not __error of type int
Standard output is empty