fork download
  1. program jsdg;
  2. uses crt;
  3. begin
  4. write('Hahhahah');
  5. readln;
  6. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.pas:2: error: module/unit interface `crt' could not be imported
stdout
Standard output is empty