fork download
  1. program ideone;
  2. uses crt
  3. begin
  4. writeln(*****************);
  5. writeln('*chuong trinh pascal dau tien cua toi*');
  6. writeln('**************************************');
  7. writeln('* oi tuyet voi *');
  8. readln;
  9. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Free Pascal Compiler version 3.0.0+dfsg-10 [2016/12/12] for x86_64
Copyright (c) 1993-2015 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling prog.pas
prog.pas(3,6) Fatal: Syntax error, ";" expected but "BEGIN" found
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
stdout
Standard output is empty