fork download
  1. program ideone;
  2. 2.begin
  3. writeln(' * ******** *******');
  4. writeln('*** ** ** ** **');
  5. writeln('** ** ** ** ** ');
  6. writeln('** ** ******** * * ');
  7. writeln('********* ** ** ** ');
  8. writeln('** ** ** ** ** **');
  9. writeln('** ** ******** ******* ');
  10. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.pas:2: warning: ISO Pascal requires a digit after the decimal point
prog.pas:2: warning: missing white space after decimal real constant
prog.pas:2: error: syntax error before `2.'
stdout
Standard output is empty