program test;

begin
 clrscr;
 Write('Test');
end.
