fork download
  1. import std.stream;
  2.  
  3. int main() {
  4. stdout.writeLine("Kitty on your lap");
  5. return 0;
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.d(4): Error: undefined identifier stdout
prog.d(4): Error: undefined identifier stdout
prog.d(4): Error: no property 'writeLine' for type 'int'
prog.d(4): Error: function expected before (), not __error of type int
stdout
Standard output is empty