fork download
  1. program ideone;
  2. begin
  3. writeln(' * ******** *******');
  4. writeln(' *** ** ** ** **');
  5. writeln(' ** ** ** ** **
  6. writeln(' ** ** ******** ** ');
  7. writeln(' ********* ** ** ** ');
  8. writeln(' ** ** ** ** ** **');
  9. writeln(' ** ** ********* ******* ');
  10.  
  11. end.
  12.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.pas:9: unterminated string or character constant
prog.pas:5: possible real start of unterminated constant
stdout
Standard output is empty