Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 20th, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. program project1;
  2.  
  3. uses
  4.     crt;
  5.  
  6. begin
  7.      writeln('                 \_/');
  8.      writeln('muu! (  _ )     -(_)-');
  9.      writeln('     ~O o~__     / \');
  10.      writeln('     (._.) _|\      ');
  11.      writeln('_______|_|_|______  ');
  12.      readln;
  13.  
  14. end.