fork download
  1. program RAIL;
  2. uses crt;
  3. begin clrscr;
  4. writeln (' _________ __ ___ ___ _ __ __ ');
  5. writeln ('| _____ | / \ | | | | | | / / / \ ');
  6. writeln ('| | | | / /\ \ | | | | | | / / / /\ \ ');
  7. writeln ('| | | | / / \ \ | | | | | | / / / / \ \ ');
  8. writeln ('| |_____| | / / \ \ | | | | | | / / / / \ \ ')
  9. writeln ('| _______| / /______\ \ | | | | | |/ / / /______\ \ ');
  10. writeln ('| |\ \ / /________\ \ | | | | | |\ \ / /________\ \ ');
  11. writeln ('| | \ \ / / \ \ | | | | | | \ \ / / \ \ ');
  12. writeln ('| | \ \ / / \ \ | | | | | | \ \ / / \ \ ');
  13. writeln ('| | \ \ / / \ \ | | | |________ | | \ \ / / \ \ ');
  14. writeln ('|_| \_\ /_/ \_\|_| |__________||_| \_\/_/ \_\');
  15. readln;
  16. 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(9,1) Fatal: Syntax error, ";" expected but "identifier WRITELN" found
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
stdout
Standard output is empty