* display some info at the end

This commit is contained in:
pierre 2002-04-11 21:33:10 +00:00
parent 849da24cba
commit d07534dff5

View File

@ -12,6 +12,7 @@ const
var
t: text;
line : string;
gd, c, low, high, res: integer;
begin
assign(t,'modes.txt');
@ -61,4 +62,5 @@ begin
writeln(t);
close(t);
end;
Writeln('All supported modes are listed in modes.txt files');
end.