Dziwny obrazek
Opis chyba jest zbędny, just for fun.
Kompilator: Turbo Pascal
program drugi;
uses crt;
begin
clrscr;
writeln(' \|/ ');
writeln(' @ @ ');
writeln(' -ooO-- (_)--Ooo---------------- ');
writeln('| Imie | ');
writeln('| Nazwisko | ');
writeln('| .ooO Ooo. | ');
writeln('!--( )-----( )------------------ ');
textColor(red);
textBackground(white);
writeln(' ( _ ) ');textBackground(blue);textColor(white);
writeln(' ~o O~__ | ');
writeln(' (._.)__I\ -O- ');textBackground(green);
writeln('_____I_I_I_I____|__ ');textBackground(green);
readln;
end.