Dziwny obrazek

Dziwny obrazek

Program: w przerwie nawet i takie rzeczy powstają…

Opis chyba jest zbędny, just for fun.

Kompilator: Turbo Pascal

Galeria:

Program w akcji.

Kod programu:

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.