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